summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-04-17other: directly implement procfs functionality with small optimizationsoptimize_procfsClement Tsang
2023-04-16deps: migrate from tui to ratatui (#1086)Clement Tsang
2023-04-15other: update default config generation to show cache (#1102)Clement Tsang
2023-04-15refactor: clean up data init sleep duration code (#1101)Clement Tsang
2023-04-15other: Speed up first draw and first data collection (#1100)Clement Tsang
2023-04-12feature: add buffer and cache memory (#1063)Twan Stok
2023-04-12deps: Switch to using hashbrown for general hashmap usage (#1092)Clement Tsang
2023-04-11deps: bump once_cell and related dependencies (#1090)Clement Tsang
2023-04-10refactor: migrate disk collection code off of heim, remove heim (#1064)Clement Tsang
2023-04-07deps: update some minor dependency versions (#1087)Clement Tsang
2023-04-05other: add clippy lints to deny todo and unimplemented (#1085)Clement Tsang
2023-04-03other: add test for multiple regexes in filter (#1082)Clement Tsang
2023-03-27deps: bump sysinfo to 0.28 (#1078)Clement Tsang
2023-03-26refactor: unify on using bytes for the memory unit when harvesting (#1077)Clement Tsang
2023-03-25refactor: clean up some data collection refresh code, refresh sysinfo lists o...Clement Tsang
2023-03-15deps: switch back to crossterm 0.26.1 with fix to double keypress (#1068)Clement Tsang
2023-03-11clippy: appease clippy as of Rust 1.68.0 (#1055)Clement Tsang
2023-03-08refactor: use internal committed memory calculation for Windows (#1051)Clement Tsang
2023-03-08other: deny missing safety docs and add them (#1053)Clement Tsang
2023-03-07refactor: more data collection cleanup (#1047)Clement Tsang
2023-03-05refactor: Clean up memory collection code (#1045)Clement Tsang
2023-03-04re-enable zfs feature (#1044)Justin Martin
2023-03-04refactor: migrate network collection to sysinfo (#1041)Clement Tsang
2023-03-03docs: update changelog and some comments (#1040)Clement Tsang
2023-03-03fix: is_list_ignored=false filters for network and temperature (#1037)Dmitry Valter
2023-03-03refactor: migrate memory collection to sysinfo for all platforms (#1036)Clement Tsang
2023-03-02deps: bump procfs to 0.15.1 (#1038)Clement Tsang
2023-03-02refactor: migrate CPU from heim to sysinfo for all platforms (#1035)Clement Tsang
2023-03-01other: switch to toml_edit (#1034)Clement Tsang
2023-02-27deps: bump nvml to 0.9.0 (#1032)Clement Tsang
2023-02-25refactor: clean up some options code (#1029)Clement Tsang
2023-02-20other: move terminal check after the config check (#1027)Clement Tsang
2023-02-20change: show process in tree if any ancestor or descendent matches (#1026)Clement Tsang
2023-02-19other: support hw.temperature-based temps on FreeBSD (#1024)Clement Tsang
2023-02-18feature: support 3-char hex colours (#1022)Clement Tsang
2023-02-18bug: fix selected text bg colour being wrong if only the fg colour was set (#...Clement Tsang
2023-02-10feature: Add support for displaying process usernames on Windows (#1016)Michael Bikovitsky
2023-01-31other: replace deprecated `value_of` and `is_present` in clapspital
2023-01-27other: ignore uninlined_format_args clippy lint for now (#1004)Clement Tsang
2023-01-20other: explicitly style dd text colours (#995)Clement Tsang
2023-01-20bug: fix axis labels not being styled (#994)Clement Tsang
2023-01-20refactor: change name of some stuff, add some comments (#992)Clement Tsang
2023-01-20other: refresh cpu for sysinfo users if proc is used (#991)Clement Tsang
2023-01-19other: re-enable disk usage split, update help menu (#963)Clement Tsang
2023-01-18other: switch to windows-rs for process killing (#985)Clement Tsang
2023-01-15other: Dynamic battery widget (#975)RareČ™ Constantin
2023-01-15other: skip battery duration draw if unknown (#974)Clement Tsang
2023-01-05other: revert disk usage change for now (#962)Clement Tsang
2023-01-05bug: further shrink battery time-to text (#960)Clement Tsang
2023-01-04bug: fix CPU 'all' label missing on small sizes (#953)Clement Tsang