steeloverseer 1.1.0.5 → 1.1.0.6
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- README.md +2/−2
- steeloverseer.cabal +1/−1
README.md view
@@ -1,6 +1,6 @@ Steel Overseer ==============-> <img src="https://raw.github.com/schell/steeloverseer/master/rsrc/pic.jpg" width="300" title="flavor text" />+>  > > The world is already run by all manner of machines. One day, they'll remind us of that fact. > @@ -57,7 +57,7 @@ -p PATTERN --pattern=PATTERN add pattern to match on file path -d DIRECTORY --directory=DIRECTORY set directory to watch for changes (default is ./) -<img src="http://zyghost.com/images/sos.gif" title="steel overseer screencast" width="800" />+ Future ------
steeloverseer.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: steeloverseer-version: 1.1.0.5+version: 1.1.0.6 synopsis: A file watcher. description: A command line tool that responds to filesystem events. Allows the user to automatically execute commands after files are added or updated. Watches files using regular expressions. license: BSD3