summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-05-13refactor: use macros for initializing canvas styles (#1149)Clement Tsang
2023-05-12bug: fix gruvbox cache colour being invalid (#1148)Clement Tsang
2023-05-09bug: fix certain custom column combinations causing issues (#1140)Clement Tsang
2023-05-07deps: bump clap to 4.2.7 and libc to 0.2.143 (#1136)Clement Tsang
2023-05-06other: keep running even if logger fails to initialize (#1132)Clement Tsang
2023-05-06other: use sysinfo for temps for android and ios (#1130)Clement Tsang
2023-05-02feature: show running time of processes (#801)Yuxuan Shui
2023-04-29feature: add customizable process columns (#1115)Clement Tsang
2023-04-28other: edit some commentsClement Tsang
2023-04-23deps: remove const_format dependency (#1114)Clement Tsang
2023-04-22refactor: add fallback process signal (#1112)Clement Tsang
2023-04-21bug: fix side borders in basic mode (#1110)Clement Tsang
2023-04-21deps: update clap to 4.x (#1107)Clement Tsang
2023-04-19feature: add current battery charging state, update field names (#1106)Clement 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