This package has been deprecated

Author message:

Package name changed to organize-cli. Please run 'sudo npm install -g organize-cli' to install the cli

organizeit

0.4.2 • Public • Published

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

Package Sidebar

Install

npm i organizeit

Weekly Downloads

0

Version

0.4.2

License

MIT

Last publish

Collaborators

  • manrajsingh