@olanlab/smart-organizer
v1.5.0
Published
  :
npm linkNote: You might need
sudofor this step.Unlink the global command (optional):
npm unlink -g @olanlab/smart-organizerIf you linked with
sudo, you might needsudohere as well.
Usage
Run directly with Node.js
node bin/index.js -d <path-to-folder> -p <parent-folder-name>If linked globally
org -d <path-to-folder> -p <parent-folder-name>Examples
Organize the current directory into a folder named "Archive":
org -p ArchiveOrganize a specific downloads folder:
org -d ~/Downloads -p SortedFilesCategories supported
- Images: jpg, png, gif, svg...
- Videos: mp4, mkv, avi...
- Audio: mp3, wav...
- Documents: pdf, doc, txt...
- Archives: zip, rar...
- Code: js, py, html...
- Apps: dmg, exe...
Generated by Semantic Release
