0.2.1 • Published 10 months ago

pipethr v0.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

pipethr

This module is aimed to provide functionalities similar to tee command but with log division mechanism that allows developers to divide log out hourly, daily, monthly and daily.

Install

npm install -g pipethr

Usage

# Use with pipe
cat file | pipethr --daily output-{}.log
# Use as parent process
pipethr --hourly output-{}.log -- subcommand cmd_arg1 cmd_arg2...

Important Notes

  • This program awaits and reads inputs from STDIN and write to the target file
  • This program will not respond to SIGINT signal (Ctrl + C)
  • This program can be terminted by SIGTERM or SIGQUIT( Ctrl + \ )
0.1.0

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago