jafo
v1.0.2
Published
Just a folder organizer
Downloads
1
Readme
JAFO
Just a folder organizer CLI tool to organize files inside a folder
Installation
npm install -g jafo
Usage
For default configs
jafo -p .
for custom configs
jafo -c <path-to-config.yaml>
Custom config file
Custom config files should be written in YAML, using the following schema
path: /folder/to/organize
folder:
- name: vids
formats: ['mp4', 'avi', 'wmv', 'mkv', 'webm', 'mov']
- name: 3dprint
formats: ['stl', 'gcode']