1.0.1 • Published 6 years ago

dir-cleanup v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

dir-cleanup

Organize a directory, by answering a prompt for each file. This is useful for organizing large and messy directories.

Installation

npm i -g dir-cleanup

Usage

$ dir-cleanup <dir-name>

Options per file

Keep

The file stays in the current directory. Nothing is changed.

Move

Move the file to another path. Can be used to rename.

Delete

Delete the file. This cannot be undone.

Exit

Exit the prompt.