play_with_files
Version:
"Helps managing clutter of files in a directory"
44 lines (26 loc) • 688 B
Markdown
# play_with_files
Helps managing clutter of files in a directory.
Also diplays tree hierarchal structure of the sepcified directory.
# Installation
Make sure you have node installed.
You can get it here:
https://nodejs.org/en/
Then....
`npm install -g play_with_files`
then....
`wacky -help`
`wacky -organize <directory-path> `
and related commands.
## Commands
play_with_files currently support following commands:
` -help
-organize
-tree
-revert
`
#### DesktopView before :
<img src = "images/before.png" alt= "before">
#### Usage :
<img src = "images/usage.png" alt= "use">
#### DesktopView after :
<img src = "images/after.png" alt= "use">