vladborsh / dir-checker

Poll directory and copy files to another

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cli tool for boring tasks

Use it when you need polling changes in one directory and move changed (or added) files to another

Example: dirch -p polling_directory_name -c destination_directory_name

# Install
npm intall
npm link

# Usage
dirch -p /Users/myuser/Documents/projects/rep -c /Users/myuser/Documents/projects/gitrep

# Help
dirch --help

Don't forget terminate running (polling) process when you change the git branch in the destination directory

About

Poll directory and copy files to another


Languages

Language:JavaScript 100.0%