summaryrefslogtreecommitdiffstats
path: root/src/bin
AgeCommit message (Expand)Author
2023-10-22chore: Minor cleanup - remove un-needed ident qualifiers (#1307)Yuri Astrakhan
2023-06-19other: take ownership of config and matches when building App (#1215)Clement Tsang
2023-06-12other: post-0.9.2 cleanup (#1203)Clement Tsang
2023-06-08other: enforce unused_imports lint again (#1189)Clement Tsang
2023-05-28refactor: remove typed builder from App struct (#1176)Clement Tsang
2023-05-26other: clean up some fixmes (#1171)Clement Tsang
2023-05-25other: simplify termination/event loop logic (#1169)Clement Tsang
2023-05-13refactor: use macros for initializing canvas styles (#1149)Clement Tsang
2023-05-06other: keep running even if logger fails to initialize (#1132)Clement Tsang
2023-04-28other: edit some commentsClement Tsang
2023-04-15other: Speed up first draw and first data collection (#1100)Clement Tsang
2023-04-12feature: add buffer and cache memory (#1063)Twan Stok
2023-04-11deps: bump once_cell and related dependencies (#1090)Clement Tsang
2023-04-10refactor: migrate disk collection code off of heim, remove heim (#1064)Clement Tsang
2023-04-05other: add clippy lints to deny todo and unimplemented (#1085)Clement Tsang
2023-03-26refactor: unify on using bytes for the memory unit when harvesting (#1077)Clement Tsang
2023-03-08other: deny missing safety docs and add them (#1053)Clement Tsang
2023-02-20other: move terminal check after the config check (#1027)Clement Tsang
2023-02-18bug: fix selected text bg colour being wrong if only the fg colour was set (#...Clement Tsang
2023-01-31other: replace deprecated `value_of` and `is_present` in clapspital
2023-01-27other: ignore uninlined_format_args clippy lint for now (#1004)Clement Tsang
2022-12-30ci: clean all workflow caches to script (#936)Clement Tsang
2022-12-05other: add a redraw event on resize (#926)Clement Tsang
2022-12-03other: don't draw on non-updating events (#924)Clement Tsang
2022-11-20other: clean up some strings (#904)Clement Tsang
2022-11-17bug: redirect stderr on FreeBSD to avoid drawing on UI (#897)Clement Tsang
2022-11-13other: remove flume (#893)Clement Tsang
2022-11-13feature: add custom retention periods for data (#892)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-11-10other: try using flume for channel (#884)Clement Tsang
2022-11-10feature: search paste support (#881)Clement Tsang
2022-11-08deps: Update tui to 0.19.0 and crossterm to 0.25.0 (#878)Clement Tsang
2022-11-06feature: basic sortable disk (#870)Clement Tsang
2022-11-05feature: basic sortable temp (#868)Clement Tsang
2022-10-15feature: add gpu ram collector for nvidia feature flag (#794)Justin Martin
2022-10-12refactor: tables V2 (#749)Clement Tsang
2022-08-22feature: Add zfs feature flag for arc memory (#784)Justin Martin
2022-06-28feature: add check for whether the output is to a terminal (#760)Clement Tsang
2022-05-16bug: fix a variety of bugsClementTsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-05-07refactor: remove unneeded freeze paramClementTsang
2021-12-19bug: Fix process command flag breaking sorting (#627)Clement Tsang
2021-08-19other: Make the battery dependency/features optional (#570)Clement Tsang
2021-05-23refactor: remove old traces (#486)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2021-03-12feature: Add support for displaying load average (#392)pvanheus
2021-01-01feature: Add network interface filtering (#381)Clement Tsang
2020-12-22feature: Hide SWAP graph and legend in normal mode if SWAP is 0 (#372)Clement Tsang
2020-12-12refactor: More minor optimization changes (#353)Clement Tsang
2020-12-11refactor: Use feature flags to avoid building with fern and log (#351)Clement Tsang