tidyfolders

1.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i tidyfolders

Weekly Downloads

0

Version

1.0.4

License

MIT

Last publish

Collaborators

  • jameskmonger