summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
AgeCommit message (Expand)Author
2024-04-10other: update a bunch of argument descriptions and some arg/config names (#1441)Clement Tsang
2024-04-02feature: Add option to set a position of legend (#1430)Lee Wonjoon
2024-01-11docs: use consistent wording around command-line options (#1378)Clement Tsang
2024-01-08refactor: clean up help drawing code (#1374)Clement Tsang
2024-01-01refactor: move around some configuration code again (#1371)Clement Tsang
2024-01-01refactor: move around configuration-related files (#1370)Clement Tsang
2023-12-23refactor: remove once_cell (#1361)Clement Tsang
2023-12-10feature: support default selection of average CPU graph (#1353)Clement Tsang
2023-11-27other: update generated config file (#1335)Clement Tsang
2023-11-19feature: Add gpu proc info (#1276)Justin Martin
2023-08-24other: appease clippy after Rust 1.72.0 (#1281)Clement Tsang
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