bigcat

Crates.iobigcat
lib.rsbigcat
version0.1.2
sourcesrc
created_at2022-01-21 18:14:59.0483
updated_at2022-01-23 07:46:19.444382
descriptionSimple command line utility which writes timestamp for each inputted line
homepagehttps://github.com/cedric05/bigcat/
repositoryhttps://github.com/cedric05/bigcat/
max_upload_size
id518676
size478,456
Prasanth (cedric05)

documentation

https://docs.rs/crate/bigcat/

README

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

Commit count: 7

cargo fmt