#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

#12 in #rotate

MIT/Apache

11KB
179 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

~1.7–2.4MB
~35K SLoC