mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-20 20:28:37 +01:00
Update docs for batwatch
This commit is contained in:
parent
767cfb59b0
commit
f740dc86d2
@ -18,6 +18,7 @@ Watch for changes in one or more files, and print them when updated.
|
||||
| ----- | --------------------- | ------------------------------------------------------------ |
|
||||
| | `--watcher=[watcher]` | Use a specific program to watch for file changes. See [below](#watchers) for more details. |
|
||||
| | `--clear` | Clear the screen before printing the files.<br />This is enabled by default. |
|
||||
| | `--no-clear` | Do not clear the screen before printing the files. |
|
||||
| | `--color` | Force color output. |
|
||||
| | `--no-color` | Force disable color output. |
|
||||
|
||||
@ -35,6 +36,8 @@ Currently, the following programs are supported:
|
||||
|
||||
- [entr](http://entrproject.org/)
|
||||
|
||||
There is also a fallback `poll` watcher available.
|
||||
|
||||
|
||||
|
||||
## Installation
|
||||
|
Loading…
Reference in New Issue
Block a user