0.4.2 • Published 8 years ago

organizeit v0.4.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

organizeit

npm npm

Organize files in your current directory, by classifying them into folders of music, pdfs, images, etc in seconds

Installation

$ npm install -g organizeit

How to use?

  1. Change directory to the folder you want to organize files in.
  2. Run the package using organize it command.
  3. That's it! Spend your time doing something useful now.

Example

###Before:

Downloads
│   ├── Project.docx
│   ├── Resume.pdf
│   ├── Seven Lions - Worlds Apart.mp3
│   ├── Daft Punk - Get Lucky.mp3
│   ├── Report.pdf
│   ├── Profile Picture.png
│   ├── Some Random Library.zip
│   ├── Cats.jpg
│   ├── Install me.exe

###After:

Downloads
│   ├── Music
│   │   └── Daft Punk - Get Lucky.mp3
│   │   ├── Seven Lions - Worlds Apart.mp3
|	|
│   ├── Documents
│   │   └── Project.docx
│   │   └── Report.pdf
│   │   ├── Resume.pdf
|	|
│   ├── Compressed
│   │   └── Some Random Library.zip
│   │   └── archive.7z
|	|
│   ├── System Files
│   │   └── Install me.exe
|	|
│   ├── Images
│   │   └── Profile Picture.png
│   │   └── Cats.jpg

Credits

Thanks to @bhrigu123 for first developing it for Python users.

Disclaimer

This is not a perfect software. Things may go wrong and files may not be recoverable. Author has not faced any issue since using but cannot guarantee perfect behavior and hence not liable for any mishap.

License

MIT © Manraj Singh