Have you considered offering a Command-Line version as well? I would use something like this if it wasn't just an app and worked on Linux.
Would be neat if it studied your existing organizational patterns and tried to fit any changes to match it.
Have you considered offering a Command-Line version as well? I would use something like this if it wasn't just an app and worked on Linux.
Would be neat if it studied your existing organizational patterns and tried to fit any changes to match it.
Built a CLI to do this for my own needs. Uses TOML to configure multiple top-level folders (work, personal, etc) as well as filename normalization preferences. Then uses vector matching on filenames to match files to sub directories. Doesn't read the file contents though like OPs app. https://github.com/natelandau/neatfile
If there were a CLI version, what would your ideal workflow look like? For example, would you want it to run as a one-off command on a folder, or as something you can integrate into cron/jobs/pipelines/...?