Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedric05/bigcat
https://github.com/cedric05/bigcat
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedric05/bigcat
- Owner: cedric05
- Created: 2022-01-21T18:14:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T07:45:43.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T23:21:34.286Z (3 months ago)
- Language: Rust
- Size: 360 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)