summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
AgeCommit message (Expand)Author
2021-09-07refactor: add back widget titlesClementTsang
2021-09-05refactor: move basic mode overClementTsang
2021-09-05refactor: add back grouping and commandClementTsang
2021-08-28refactor: start moving over the event systemClementTsang
2021-08-23refactor: clean up some states and codeClementTsang
2021-07-14bug: Fix missing config options in docs and default config (#542)Clement Tsang
2021-06-22feature: add F9 as an alternative process kill key (#518)Clement Tsang
2021-05-06other: make advanced kill default (#463)Clement Tsang
2021-05-06change: Adds advanced kill option to default config text (#462)Clement Tsang
2021-04-22feature: Add mount filtering, rework filter priority logic (#455)Clement Tsang
2021-04-13other: update built-in themes list in config (#452)Clement Tsang
2021-04-09change: Tweak default light colour scheme (#450)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2021-02-28feature: User info in proc widget for Unix-based systems (#425)Clement Tsang
2021-02-20change: Alter Nord's border colour (#422)Clement Tsang
2021-02-18feature: Add mouse support to sorting columns (#413)Clement Tsang
2021-02-16feature: Add ctrl-w and ctrl-h support in the search (#409)Clement Tsang
2021-02-15feature: add nord and nord-light colours (#406)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-11-22other: Switch to once_cell (#324)Clement Tsang
2020-11-22other: update default config.tomlClementTsang
2020-11-22ci: uptick to 0.5.1, fix ciClementTsang
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-19other: update gruvbox and some documentation (#310)Clement Tsang
2020-11-19feature: Add mem_as_value flag (#309)Clement Tsang
2020-11-18bug: remove buggy auto-generated CPU colour implementation (#308)Clement Tsang
2020-11-18feature: Add collapsible tree entries (#304)Clement Tsang
2020-11-15feature: default colour schemes (#296)Clement Tsang
2020-09-28feature: Add persistent search settings (#257)Clement Tsang
2020-09-26refactor: tui-rs 0.11.0 refactor (#253)Clement Tsang
2020-09-22feature: Beginnings of in-app config (#231)Clement Tsang
2020-09-11feature: mouse support for tabs and dd dialog (#230)Clement Tsang
2020-09-09refactor: rewrite column algorithm (#227)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
2020-08-25docs: Clarify descriptionClementTsang
2020-08-22change: Allow e to also close expanded widgetsClement Tsang
2020-08-22feature: allow searching by state, add more keyword variantsClement Tsang
2020-08-21feature: Support memb (mem bytes) searching in processesClement Tsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-08-16refactor: Revert tui upgrade to 0.10Clement Tsang
2020-08-16bug: fix missing default battery layout during refactorClementTsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-08-13refactor: remove redundant newlinesClementTsang
2020-08-12change: Update macOS config dirClement Tsang
2020-08-11change: Add WASD keys for widget selection movementClementTsang
2020-08-07feature: add full command to process widgetClement Tsang
2020-05-18refactor: reduce unchecked type conversions to usizeClement Tsang