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

app rotate-puts

Rotate outputs to files

2 unstable releases

0.3.0 Sep 3, 2023
0.2.0 Sep 2, 2023

#13 in #rotate

21 downloads per month

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.8–2.5MB
~36K SLoC