list: if we're in a TTY, output data in a TUI

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a696493f2e7ca911b6c1e2692b67f357a4b6b
This commit is contained in:
raf 2025-08-14 19:22:02 +03:00
commit 83d45c6414
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 635 additions and 27 deletions

View file

@ -27,7 +27,11 @@ serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.142"
base64 = "0.22.1"
regex = "1.11.1"
ratatui = "0.29.0"
atty = "0.2.14"
crossterm = "0.29.0"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.0"
[profile.release]
lto = true