CLI tool to watch desktop for files of a given extension and automatically move them to a given directory


Keywords
auto, automate, automatically, automation, cli, cleanup, desktop, dir, directory, fs, file-system, macOS, osx, screencap, screenshot, transfer
License
MIT
Install
npm install shot-put@0.10.11

Documentation

shot-put

CLI tool to watch desktop for files of a given extension and automatically move them to a given directory

Build Status

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