Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Jul 27, 2014
1 parent 9a35e41 commit 63dbb2b
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,6 @@ For extensions it may make sense to use the endline matcher:

sos -c "git status" -c "echo hi world" -p "hs$|md$"

Daemon Mode
-----------
You can start steeloverseer in daemon mode by passing ```--daemon start``` with your
other options:

sos -c "cabal build" -p "hs$|cabal$|tpl" --daemon start

This will create two files in you current directory - sos.pid and sos.log.
To stop the daemon simply cd back to that same directory and run:

sos --daemon stop

Installation
------------
Using cabal, ```cabal install steeloverseer```.
Expand All @@ -70,11 +58,6 @@ Usage

Future
------
For the next release I have planned a couple improvements:

- [ ] Use numbered capturing groups in commands.
- [x] Daemon mode.

Since the project has been pretty stable for a while this next release will be 1.0.
Project `.sosrc` file for specifying multiple sos commands while working on a project (@see issue #4)

[Art above by Chris Rahn for Wizards of the Coast](http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=205036 "Steel Overseer")

0 comments on commit 63dbb2b

Please sign in to comment.