Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cedric05/bigcat


https://github.com/cedric05/bigcat

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# bigcat
Simple command line utility which writes timestamp for each inputted line

## Example
`cargo run --example loop | cargo run counter`

or
```shell
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](https://github.com/cedric05/bigcat/actions/runs/1735112454)

## Demo
![demo](./demo.gif)