Giter Site home page Giter Site logo

diff-checker's Introduction

a simple cli tool which watches on output of one command overtime, on differences it will run another command

example usage

watching on changes of a specific website each minute and send a notification on change

diff-checker  -d 'notify-send hello world' -c 'curl https://www.time.ir' -s "1m"

help

diff-checker 0.1.0
a simple cli tool which watches on output of one command overtime, on differences it will run
another comamnd

USAGE:
    diff-checker [OPTIONS] --on-diff <ON_DIFF> --command <COMMAND>

OPTIONS:
    -c, --command <COMMAND>    command to run
    -d, --on-diff <ON_DIFF>    command to run on difference detected
    -h, --help                 Print help information
    -r, --remain               wether will continue or close after change detected
    -s, --sleep <SLEEP>        sleep between running the commands (time between running two commands
                               ) [default: 10s]
        --shell <SHELL>        shell for commands to execute shell to run commands ( default to
                               $SHELL or sh )
    -V, --version              Print version information

diff-checker's People

Contributors

ehsan2003 avatar

Watchers

 avatar  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.