Command line utility to batch organise numbered files into folders:
before:
- [baz]fooBar 1 (buzz).txt
- [baz]fooBar 2 (buzz).txt
- [baz]fooBar 3 (buzz).txt
- [baz]fooBar 4 (buzz).txt
after:
- fooBar
- [baz]fooBar 1 (buzz).txt
- [baz]fooBar 2 (buzz).txt
- [baz]fooBar 3 (buzz).txt
- [baz]fooBar 4 (buzz).txt
This is a node based command line tool.
--help will show the full list of implemented options.
The main ones are:
- -v for verbose output
- -n to see the files and directories to be processed without changing anything (dry-run)
This is a "scratch my itch" project in its very early version. Have a good backup if you intend to try it.