### Installation ###
```
npm install -g filer-tools
```

### Usage: ###
```
filer search <keyword>                         // Searches current directory and all subdirectories for a file and then opens that file
filer zip <folder>                             // Compress the folder specified
filer open <file>                              // Opens a file or folder
filer new [file | folder] <name1> <name2> ...  // Creates new file(s) or folder(s) in the current directory
filer rename <old> <new>                       // Renames a file
filer delete <file1> <file2> ...               // Deletes files specified
filer list                                     // Lists all files and folders in the current directory
```

It's been tested in Windows and Linux, but I'm not sure how it will respond on macOS.

If you find a bug, feel free to email me at theselftaughttechie@gmail.com.
