shot-put
v0.10.11
Published
CLI tool to watch desktop for files of a given extension and automatically move them to a given directory
Downloads
24
Maintainers
Readme
shot-put
CLI tool to watch desktop for files of a given extension and automatically move them to a given directory
Install
npm install --global shot-put
Usage
Watch /desktop
for ext
files and move them to dir
(dir
is relative to your user home):
$ shot-put <ext dir>
Options
-p
,--preserve
- prevent specific files from ever being moved
Examples
$ shot-put .png /desktop/ideas/space
$ shot-put .js /documents/scripts
$ shot-put .py /documents/scripts --preserve="i.py j.py"
$ shot-put .py /documents/scripts -p="i.py j.py k.py"
License
MIT © Kevin Donahue