| Crates.io | snl |
| lib.rs | snl |
| version | 0.2.0 |
| created_at | 2025-09-19 07:57:58.900034+00 |
| updated_at | 2025-09-24 19:09:37.181377+00 |
| description | snl (snail) slows the output down, think 'tail -f' but at a configurable constant output rate |
| homepage | https://github.com/EightBitBoy/snl |
| repository | https://github.com/EightBitBoy/snl |
| max_upload_size | |
| id | 1845996 |
| size | 22,694 |
snl ("snail") slows the output down, think tail -f but at a configurable constant output rate 🐌
Slow down the output of logs and other text streams in your terminal and make them easier to follow.
crates.io: https://crates.io/crates/snlcargo install snlcargo buildsnl is the right tool for you if you view logs in real-time but the output is simply too fast to follow or comes in bursts of too many lines. With snl you can specify how many lines per second should appear on your termal.
Per default snl prints out 2 lines per second, the rate is configurable.
snl reads from a single file or from stdin.
snl /some/file.logsnl as a target for a pipe: tail -f server.log | grep "error" | snlsnl /application.log -r 5