cleanme
v0.1.6
Published
A tiny CLI that organises folders by suffix.
Readme
cleanme
A tiny CLI that organises folders by suffix.
Install
bun i cleanmeUsage
bunx cleanme --organise /path/to/source --target /path/to/targetThis scans the source folder, reads each folder suffix after the last _, then moves it into a matching folder inside the target path.
Example:
project01_temp -> ~/Desktop/organised/temp/project01_temp
project02_imp -> ~/Desktop/organised/imp/project02_imp