▲ | natelandau 6 days ago | |
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 |