dtannen / monitor

Capture and share terminal commands with Monitor
Other
9 stars 4 forks source link

README

Monitor is a command-line tool that captures command-line input/output and sends to commands.com

Monitor makes it easy to automate set-up/install of repos such as this one. You can easily show people errors and output from commands.

EXAMPLE: Here is a Monitor capture of installing monitor

You can install monitor easily by running the script from the capture:

    Mac OS X:
    curl commands.io/install-monitor-macosx | sh
    Ubuntu:
    curl commands.io/install-monitor-ubuntu | sh
    Redhat:
    curl commands.io/install-monitor-redhat | sh        

or, you can do it step-by-step...

What is contained in this repository?

How do I get set up?

Monitor Usage

    Usage: monitor {-d} {-h} {-u <username>}

    -d : do not delete /tmp files
    -h : help
    -u : commands.com username

Contribution guidelines

Who do I talk to?