#rotate #log #log-file #daemon #outputs

app rotate-puts

Rotate outputs to files

2 unstable releases

0.3.0 Sep 3, 2023
0.2.0 Sep 2, 2023

#5 in #rotate

MIT/Apache

11KB
175 lines

rotate-puts

Rotate outputs from std in or assigned file

Usage:

command | rotate-puts

Use mkfifo:

mkfido test-fifo
rotate-puts --file test-fifo
command > test-fifo

Run as daemon:

rotate-put --file test-fifo --daemon [--continue-read]

Dependencies

~0.6–1.2MB
~17K SLoC