summaryrefslogtreecommitdiffstats
path: root/src/options.rs
AgeCommit message (Expand)Author
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
2020-11-25bug: Fix inverted hide_avg_cpu option in config (#327)Clement Tsang
2020-11-21bug: [skip travis] Add a better check for default colors in the config fileClementTsang
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-01bug: use cmdline for Linux proc name if >=15 chars (#261)Clement Tsang
2020-09-28feature: Add persistent search settings (#257)Clement Tsang
2020-09-22feature: Beginnings of in-app config (#231)Clement Tsang
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
2020-09-01bug: fix broken check from last commit, add testsClementTsang
2020-09-01other: Add config error if default_widget_count is not used with default_widg...ClementTsang
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
2020-08-29feature: Add mouse click support for moving between widgets (#208)Clement Tsang
2020-08-19refactor: Refactor code, add new testsClement Tsang
2020-08-16bug: fix missing default battery layout during refactorClementTsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-08-07feature: add full command to process widgetClement Tsang
2020-05-16change: remove slash, change scroll behaviour on cpuClement Tsang
2020-04-27feature: add battery flagClementTsang
2020-04-27refactor: separate state to different fileClementTsang
2020-04-25refactor: changed how we set help text on resize and initClement Tsang