summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
AgeCommit message (Expand)Author
2023-06-23feature: support human times for rate (#1221)Clement Tsang
2023-06-22other: fix humantime-related documentation, add tests, support numbers + stri...Clement Tsang
2023-05-12bug: fix gruvbox cache colour being invalid (#1148)Clement Tsang
2023-04-29feature: add customizable process columns (#1115)Clement Tsang
2023-04-21bug: fix side borders in basic mode (#1110)Clement Tsang
2023-04-15other: update default config generation to show cache (#1102)Clement Tsang
2023-04-12feature: add buffer and cache memory (#1063)Twan Stok
2023-01-19other: re-enable disk usage split, update help menu (#963)Clement Tsang
2022-12-06feature: Adding default expanded option to commandline and config (#919)Chon Sou
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-16enable gpu mem cli and update docs for arc/gpu mem (#836)Justin Martin
2022-10-15feature: add gpu ram collector for nvidia feature flag (#794)Justin Martin
2022-09-03other: Clarify help menu (#800)Clement Tsang
2022-08-22feature: Add zfs feature flag for arc memory (#784)Justin Martin
2022-08-14Feature: half page scrolling (#774)ViridiCanis
2021-12-31Remove unused constantsMateusz Mikuła
2021-12-30Replace statics with consts where possibleMateusz Mikuła
2021-12-27feature: add basic page up/down scrolling (#646)Clement Tsang
2021-09-25bug: remove incorrect shortcut from docs/help (#589)Clement Tsang
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