summaryrefslogtreecommitdiffstats
path: root/src/options.rs
AgeCommit message (Expand)Author
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
2020-04-23refactor: update error messages to be more uniformClementTsang
2020-04-19Made table gap optional rather than enforcedClementTsang
2020-04-18Update highlight to light blue; new network legendClementTsang
2020-04-16feature: Add battery widget (#120)Clement Tsang
2020-04-04(perf) Avoid harvesting if widget is not being displayedClement Tsang
2020-04-01Add modularity to widget placement and inclusion (#95)Clement Tsang
2020-03-13Cleanup before modularity (#84)Clement Tsang
2020-03-10Updated documentation, made error in args clearerClementTsang
2020-03-10Redid how we auto-set time if we have autohide on.ClementTsang
2020-03-09Add hiding time and autohiding time.ClementTsang
2020-03-08Fixes bug with too large inputs causing a panicClementTsang
2020-03-08Add configurable default time and interval valuesClementTsang
2020-03-08Clean up and manage some basic stuff (#73)Clement Tsang
2020-03-03Add basic flag to sample config, also fixed incorrect flag name for configs.ClementTsang
2020-03-02Add minimal mode widgetsClementTsang
2020-03-02Refactoring.ClementTsang