You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the option for lowercase or uppercase directories.
Adding the option to sort by a tag that takes preference over file type.
eg. All r_filename.pdf -> /Work/ResearchPapers/
All filename.pdf -> /Documents
Adding support for a .preferences file, that contains info on:
A static structure, defining a hierarchy of directories and all file types that go to each.
Tags and their directories (see above).
Any directories that should not be considered (e.g. an eclipse workspace), or conversely, directories which should be considered (considering none but these).
Whether or not to remove tags once the file has been moved.
Directory structure recognition (e.g. recognizing that a directory is an Eclipse project based on the structure of its contents).
The text was updated successfully, but these errors were encountered:
As we discussed, consider the following features:
eg. All r_filename.pdf -> /Work/ResearchPapers/
All filename.pdf -> /Documents
The text was updated successfully, but these errors were encountered: