summaryrefslogtreecommitdiffstats
path: root/src/options.rs
AgeCommit message (Expand)Author
2023-05-16refactor: remove unused typed-builder proc macro usage in options (#1156)Clement Tsang
2023-05-13refactor: use macros for initializing canvas styles (#1149)Clement Tsang
2023-05-09bug: fix certain custom column combinations causing issues (#1140)Clement Tsang
2023-04-29feature: add customizable process columns (#1115)Clement Tsang
2023-04-21deps: update clap to 4.x (#1107)Clement Tsang
2023-04-12feature: add buffer and cache memory (#1063)Twan Stok
2023-04-12deps: Switch to using hashbrown for general hashmap usage (#1092)Clement Tsang
2023-03-04refactor: migrate network collection to sysinfo (#1041)Clement Tsang
2023-03-01other: switch to toml_edit (#1034)Clement Tsang
2023-02-25refactor: clean up some options code (#1029)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-20refactor: change name of some stuff, add some comments (#992)Clement Tsang
2023-01-15other: Dynamic battery widget (#975)Rareș Constantin
2022-12-27bug: fix dot marker setting not being considered (#934)Clement Tsang
2022-12-06feature: Adding default expanded option to commandline and config (#919)Chon Sou
2022-11-28refactor: move widgets out of the app folder nesting (#917)Clement Tsang
2022-11-21other: non-normalized process CPU% cleanup and docs (#910)Clement Tsang
2022-11-21feature: per-core process cpu usage percentage (#899)database64128
2022-11-20other: clean up some strings (#904)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-10-16refactor: move some state code around (#839)Clement Tsang
2022-10-16enable gpu mem cli and update docs for arc/gpu mem (#836)Justin Martin
2022-10-15other: make gpu memory collection configurable (#835)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-03refactoring: Move around components and state (#746)Clement Tsang
2022-05-15refactor: simplify partial ordering fn, clean up codeClementTsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-05-15refactor: begin migration of process widgetClementTsang
2022-05-07refactor: consolidate disk and temp table drawing, refactor stateClementTsang
2022-05-01bug: fix panic if battery feature was disabledClementTsang
2022-03-27refactor: remove some simple as-casts (#697)Clement Tsang
2022-03-07deps: update clap to 3.x (#690)Clement Tsang
2021-12-28Fix Clippy warnings (#647)Mateusz Mikuła
2021-07-31other: Add RISC-V to unofficially supported targets (#565)Clement Tsang
2021-07-14bug: Fix missing config options in docs and default config (#542)Clement Tsang
2021-07-12refactor: remove beef dependency for nowClementTsang
2021-05-06other: make advanced kill default (#463)Clement Tsang
2021-04-22feature: Add mount filtering, rework filter priority logic (#455)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2021-02-15feature: Allow toggling advanced kill menu (#408)Clement Tsang
2021-01-01feature: Add network interface filtering (#381)Clement Tsang
2020-12-28feature: Add process_command to default to the process command (#379)Clement Tsang
2020-12-25other: re-enable table scroll positionClementTsang
2020-12-12refactor: More minor optimization changes (#353)Clement Tsang
2020-12-10bug: Fix missing states in processes (#345)Clement Tsang
2020-11-28feature: Add scroll indicator to keep track of table position in widgets. (#333)Clement Tsang