feat: v0.3.0, daemon and continue read
This commit is contained in:
@@ -3,13 +3,22 @@
|
||||
Rotate outputs from std in or assigned file
|
||||
|
||||
Usage:
|
||||
|
||||
```shell
|
||||
command | rotate-puts
|
||||
```
|
||||
|
||||
Use `mkfifo`:
|
||||
|
||||
```shell
|
||||
mkfido test-fifo
|
||||
rotate-puts --file test-fifo
|
||||
command > test-fifo
|
||||
```
|
||||
|
||||
Run as daemon:
|
||||
|
||||
```shell
|
||||
rotate-put --file test-fifo --daemon [--continue-read]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user