#terminal #cat

app bigcat

Simple command line utility which writes timestamp for each inputted line

3 releases

0.1.2 Jan 23, 2022
0.1.1 Jan 21, 2022
0.1.0 Jan 21, 2022

#1502 in Command line utilities

MIT/Apache

375KB

bigcat

Simple command line utility which writes timestamp for each inputted line

Example

cargo run --example loop | cargo run counter

or

cargo run --example loop | bigcat  "program-1" >> out.log &
cargo run --example loop | bigcat  "program-2" >> out.log &
tail -f out.log

Install

using run cargo cargo install bigcat

OR

download from here

Demo

demo

Dependencies

~1MB
~21K SLoC