summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-04-10other: update a bunch of argument descriptions and some arg/config names (#1441)Clement Tsang
2024-04-02feature: Add option to set a position of legend (#1430)Lee Wonjoon
2024-03-27change: use sysinfo's swap value for Windows (#1436)Clement Tsang
2024-02-15other: add process uptime as a default column (#1411)Clement Tsang
2024-02-15bug: fix uptime calculation for Linux (#1410)Clement Tsang
2024-02-03deps: bump ratatui to 0.26 (#1406)Clement Tsang
2024-01-21other: flatten process config struct and clean up help text (#1395)Clement Tsang
2024-01-18refactor: move some files around in prep for a future options refactor (#1393)Clement Tsang
2024-01-16refactor: convert layout creation tests back to being unit tests (#1392)Clement Tsang
2024-01-15deps: bump sysinfo to =0.30.5 (#1390)Clement Tsang
2024-01-15deps: bump non-root dependencies as of 2024-01-15 (#1387)Clement Tsang
2024-01-15refactor: simplify some config -> constraints code (#1383)Clement Tsang
2024-01-11docs: use consistent wording around command-line options (#1378)Clement Tsang
2024-01-11refactor: clean up arg code more (#1377)Clement Tsang
2024-01-10refactor: rearrange/resort args (#1376)Clement Tsang
2024-01-08refactor: clean up help drawing code (#1374)Clement Tsang
2024-01-04feature: Add support for bcachefs (#1373)Thomas Mühlbacher
2024-01-02refactor: clean up some more drawing/component code (#1372)Clement Tsang
2024-01-01refactor: move around some configuration code again (#1371)Clement Tsang
2024-01-01refactor: move around configuration-related files (#1370)Clement Tsang
2024-01-01other: update lints (#1369)Clement Tsang
2024-01-01refactor: restructure canvas file folder structure (#1368)Clement Tsang
2023-12-30other: quick lint fixes for some warnings (#1367)Clement Tsang
2023-12-27refactor: pull data collection out of nested folder structure (#1364)Clement Tsang
2023-12-25deps: update ratatui version (#1362)Justin Martin
2023-12-25refactor: fix macro formatting in disk data collection code (#1363)Clement Tsang
2023-12-23refactor: remove once_cell (#1361)Clement Tsang
2023-12-20refactor: some more cleanups around linux temp code (#1360)Clement Tsang
2023-12-20other: if in a non-D0 state, short-circuit further logic (#1355)Clement Tsang
2023-12-10feature: support default selection of average CPU graph (#1353)Clement Tsang
2023-12-02other: add back local time in debug logs (#1346)Clement Tsang
2023-12-01other: change group -> group_processes for consistency between config and com...Clement Tsang
2023-11-27other: preallocate space for ellipsis (#1336)Clement Tsang
2023-11-27other: update generated config file (#1335)Clement Tsang
2023-11-27refactor: iteratively detect ASCII and build string when truncating (#1334)Clement Tsang
2023-11-24refactor: add fast branch if the string is short enough to not be truncated (...Clement Tsang
2023-11-23refactor: add fast branch for ascii-only string truncate (#1330)Clement Tsang
2023-11-20refactor: simplify temperature conversion function usage (#1326)Clement Tsang
2023-11-20change: small gpu proc changes (#1325)Clement Tsang
2023-11-19feature: Add gpu proc info (#1276)Justin Martin
2023-11-19other: add additional clamping functions on numeric types (#1324)Clement Tsang
2023-11-15refactor: clean up some query code and some ascii-only string comparisons (#1...Clement Tsang
2023-11-15refactor: comment on convoluted `Filesystem::from_str` code (#1315)Clement Tsang
2023-11-15chore: fix certain uninlined string format uses (#1310)Yuri Astrakhan
2023-11-14bug: fat32 mounts don't show up in macOS (#1314)Devin-Yeung
2023-10-23Chore: Remove un-needed lifetimes in a few calls (#1309)Yuri Astrakhan
2023-10-22chore: Minor cleanup - remove un-needed ident qualifiers (#1307)Yuri Astrakhan
2023-08-26deps: bump dependencies as of 2023-08-26 (#1287)Clement Tsang
2023-08-24other: appease clippy after Rust 1.72.0 (#1281)Clement Tsang
2023-08-22deps: bump windows to 0.51.1 (#1279)Clement Tsang