tidyfolders
v1.0.4
Published
Tidy your folders with ease.
Downloads
8
Readme
tidyfolders
The simple way to tidy up a folder of folders.
What does it do?
Turns a large, flat folder structure like this:
- BMW
- Mercedes
- McLaren
- Ferrari
- Lamborghini
- Lancia
- Renault
Into something much more navigable:
- b
- BMW
- m
- Mercedes
- McLaren
- f
- Ferrari
- l
- Lamborghini
- Lancia
- r
- Renault
It's easier to navigate, easier to manage, and definitely easier to look at!
Usage
Simply navigate to the folder you want to tidy and run the following command:
tidyfolders
Installation
npm install -g tidyfolders
You need to run the command as admin/sudo.