shot-put

0.10.11 • Public • Published

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

/shot-put/

    Package Sidebar

    Install

    npm i shot-put

    Weekly Downloads

    72

    Version

    0.10.11

    License

    MIT

    Last publish

    Collaborators

    • recursion_excursion