streamtabs 0.1.1

Easy to follow noisy logs without rerunning commands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "streamtabs"
version = "0.1.1"
edition = "2024"
description = "Easy to follow noisy logs without rerunning commands"
readme = "README.md"
license = "MIT"
keywords = ["terminal", "logs", "tui", "cli", "stream"]
categories = ["command-line-utilities"]
include = ["src/**", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE"]

[[bin]]
name = "st"
path = "src/main.rs"

[dependencies]
crossterm = "0.29"
libc = "0.2"