#cat #terminal #write #line #command-line-tool #timestamp #utility

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

#36 in #cat

Download history 35/week @ 2024-02-19 3/week @ 2024-02-26 58/week @ 2024-04-01

58 downloads per month

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

~1–11MB
~76K SLoC