summaryrefslogtreecommitdiffstats
path: root/src/clap.rs
AgeCommit message (Expand)Author
2023-06-19other: take ownership of config and matches when building App (#1215)Clement Tsang
2023-06-19bug: fix arguments being unsorted (#1216)Clement Tsang
2023-06-18other: use f32 for process percentage values (#1212)Clement Tsang
2023-06-12other: post-0.9.2 cleanup (#1203)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-02-25refactor: clean up some options code (#1029)Clement Tsang
2023-01-31other: replace deprecated `value_of` and `is_present` in clapspital
2023-01-02ci: add build hash to nightly builds for version (#951)Clement Tsang
2022-12-07docs: update changelog + docs for default expansion feature (#928)Clement Tsang
2022-12-06feature: Adding default expanded option to commandline and config (#919)Chon Sou
2022-11-22other: change non-normalized shortcut (#912)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-13feature: add custom retention periods for data (#892)Clement Tsang
2022-11-04refactor: clippy and small cleanup/comments (#865)Clement Tsang
2022-10-15other: make gpu memory collection configurable (#835)Clement Tsang
2022-10-15other: add quick test for building clap app (#834)Clement Tsang
2022-05-15bug: fix issues with macos and windows during refactorClementTsang
2022-05-01bug: fix panic if battery feature was disabledClementTsang
2022-03-20docs: shorten some of the -h help dialogClementTsang
2022-03-11other: add manpage file to cargo deb config, move back to build script (#693)Clement Tsang
2022-03-07deps: update clap to 3.x (#690)Clement Tsang
2021-08-19other: Make the battery dependency/features optional (#570)Clement Tsang
2021-07-14bug: scaling -> scale in some docs, help, and config (#543)Clement Tsang
2021-07-14bug: Fix missing config options in docs and default config (#542)Clement Tsang
2021-05-06other: make advanced kill default (#463)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-02-15feature: add nord and nord-light colours (#406)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-10bug: Fix some performance regressions (#344)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
2020-11-20bug: [skip travis] remove nord from possible valuesClementTsang
2020-11-20feature: add tree flag (#312)Clement Tsang
2020-11-19feature: Add mem_as_value flag (#309)Clement Tsang
2020-11-18feature: Add collapsible tree entries (#304)Clement Tsang
2020-11-15feature: default colour schemes (#296)Clement Tsang
2020-10-02other: more traces to debug, update some deps (#264)Clement Tsang
2020-09-30Use tmp_dir rather than /tmp/ (#260)Clement Tsang
2020-09-30feature: add --debug flag for logging (#259)Clement Tsang
2020-09-22feature: Beginnings of in-app config (#231)Clement Tsang
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
2020-08-31docs: Update some arguments, and documentation (#214)Clement Tsang
2020-08-31other: Add autocomplete file generation (#213)Clement Tsang