GithubHelp home page GithubHelp logo

heffer86 / when_changed Goto Github PK

View Code? Open in Web Editor NEW

This project forked from borconi/when_changed

0.0 0.0 0.0 16 KB

Windows utility to run a command when a file (or files) change

Python 0.31% C# 99.69%

when_changed's Introduction

when_changed
============

Runs a Command when a file changes (Windows only)

usage:
when_changed (file path) (command) (optional-parameters)

when_changed C:\somedir\foo.txt myapp.exe
when_changed C:\somedir\*.txt myapp.exe
when_changed C:\somedir\**.txt myapp.exe   (recursive)
when_changed C:\somedir\* myapp.exe
when_changed C:\somedir\** myapp.exe (recursive)
when_changed fileincurrentdir.txt myapp.exe
when_changed C:\somedir\foo.txt myapp.exe bar wibble 123

Notes:
- Press 'F' to force the command to run.
- The utility will wait for the command to exit before running it again.
- The utility will will re-run the command if file changes whilst command is running.
- Beware of creating an infinite loop!
- (file path) must be a file path with wildcards -- not a directory.
- The search is recursive if the filename contains a double-asterisk ** (wildcards in directory names not supported.)


feedback to: blamey.ben (at) gmail.com

See http://benblamey.com/code for binaries.

when_changed's People

Contributors

benblamey avatar

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.