Giter Site home page Giter Site logo

watchrun's Introduction

watchrun

A simple bash event loop for triggering anything after saves.

Just give it a path to watch followed by a hyphen, followed by a hyphen-delimited list of commands to run. It'll run them sequentially, and then set up to detect new changes in the path. Loops until you kill it.

Obligatory sketchy one-liner installation. Give me your sudos.

curl -s https://raw.githubusercontent.com/gepoch/watchrun/master/watchrun | sudo tee /usr/local/bin/watchrun >/dev/null && sudo chmod +x /usr/local/bin/watchrun

Examples!

Make your source code with every tweak!

$ watchrun . - make

Build and rsync your grunt project with each save!

$ watchrun . - grunt build - rsync -ravP ./ [email protected]:./

Keep TPS reports from falling through the cracks! (Requires https://github.com/EvanHahn/pushbullet-cli)

$ watchrun ~/Documents - pb -a "Quit putting stuff in Documents! You're just gonna forget about it!!"

Have a REALLY granular git history with detailed commit messages! (PROBABLY DON'T ACTUALLY DO THIS! YOUR COWORKERS ARE HASSLED ENOUGH!)

$ watchrun . - git add --all - git commit -m "Some fixes." - git push --all

watchrun's People

Contributors

gepoch avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sweptr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.