feat: update readme
This commit is contained in:
@@ -1,8 +1,15 @@
|
|||||||
# rotate-puts
|
# rotate-puts
|
||||||
|
|
||||||
Rotate outputs from std in
|
Rotate outputs from std in or assigned file
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
```shell
|
```shell
|
||||||
command | rotate-puts
|
command | rotate-puts
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Use `mkfifo`:
|
||||||
|
```shell
|
||||||
|
mkfido test-fifo
|
||||||
|
rotate-puts --file test-fifo
|
||||||
|
command > test-fifo
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user