Add a separate script (I plan to separate filetags from tagtrees anyway) for generating a directory-link structure that reflects the datestamp of file creation (ctime=default) or modification (mtime): datetrees --dest "~/chosen_link_dir" --level month --mtime
$chosen_link_dir/2018/2018-05/2018-05-01_an_example_file.txt
$chosen_link_dir/2017/2017-11/an_example_file_without_datestamp_at_all.txt
...
Add a separate script (I plan to separate
filetagsfromtagtreesanyway) for generating a directory-link structure that reflects the datestamp of file creation (ctime=default) or modification (mtime):datetrees --dest "~/chosen_link_dir" --level month --mtime