1.0.4 • Published 10 years ago

tidyfolders v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

tidyfolders

npm version

The simple way to tidy up a folder of folders.

demo image

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.

License

MIT

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago