Update README

This commit is contained in:
Matt Green 2016-10-12 09:12:42 -04:00
parent 125d19ce1a
commit 7d4e9ea6b0
1 changed files with 5 additions and 1 deletions

View File

@ -20,12 +20,12 @@ Beta: CLI arguments stabilizing
* Monitors path specified on command line for changes
* Uses most efficient event polling mechanism for your platform (except for [BSD](https://github.com/passcod/rsnotify#todo))
* Coalesces multiple filesystem events into one, for editors that use swap/backup files during saving
* By default, uses `.gitignore` to filter for changes
* Support for watching files with a specific extension
* Support for filtering/ignoring events based on glob patterns
* Optionally clears screen between executions
* Optionally restarts the command with every modification (good for servers)
* Does not require a language runtime
* Small (~100 LOC)
##Anti-Features
@ -50,6 +50,10 @@ Call/restart `python server.py` when any Python file in the current directory (a
$ watchexec -e py -r python server.py
Run `make` when any file changes, using the `.gitignore` file in the current directory to filter:
$ watchexec make
##Installation
###OS X with Homebrew