3 Commits

Author SHA1 Message Date
Daniel Hofstetter f8737149f0 tests: remove unused imports 2025-09-07 13:47:28 +02:00
Sylvestre Ledru e9ea7a5dc0 use uutests 2025-04-11 23:59:07 +02:00
Krysztal Huang 1d83d7a8a3 tload: Basic implementation of tload (#362)
* tload: add basic tui layout of modern look

* tload: set x-axis bound from 0 to the width of terminal

* tload: fix mismatched returning type

* tload: add `#[allow(clippy::cognitive_complexity)]`

* tload: add by-utils test

* tload: tweaks for max height of chart

* tload: bump version of `ratatui` from `0.28` to `0.29`

* tload: fix typo

* tload: set exit code to 130

* tload: fix typo

* tload: add license header for `tui.rs`
2025-03-25 16:58:35 +01:00