summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-11-25bug: Fix inverted hide_avg_cpu option in config (#327)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] Fix use_old_network_legendClementTsang
2020-11-21bug: [skip travis] Add a better check for default colors in the config fileClementTsang
2020-11-20bug: [skip travis] remove nord from possible valuesClementTsang
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-11-02refactor: Better responsiveness when resizing cpu basic widget (#292)Clement Tsang
2020-11-02bug: fix incorrect basic cpu spacing (#291)Clement Tsang
2020-11-02bug: fix incorrect offset for cpu list in cpu basic widget (#289)Clement Tsang
2020-11-02bug: fix incorrect CPU colour offset (#290)Clement Tsang
2020-11-02clippy: fix unwrap_or_else usage (#286)Clement Tsang
2020-11-01deps: switch from dirs to dirs-next (#285)Clement Tsang
2020-10-17feature: Add simple indicator for when data updating is frozen (#269)Clement Tsang
2020-10-17refactor: Remove redundant as_ref() calls (#268)Clement Tsang
2020-10-13bug: Fix widget highlighting styling for dialogs (#266)Clement Tsang
2020-10-02other: more traces to debug, update some deps (#264)Clement Tsang
2020-10-02bug: terminate threads, fix blocking poll in input (#262)Clement Tsang
2020-10-01bug: use cmdline for Linux proc name if >=15 chars (#261)Clement Tsang
2020-09-30Use tmp_dir rather than /tmp/ (#260)Clement Tsang
2020-09-30feature: add --debug flag for logging (#259)Clement Tsang
2020-09-28feature: Add persistent search settings (#257)Clement Tsang
2020-09-26bug: fix basic mode arrows being slightly larger than intendedClementTsang
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-18bug: Fix for index oob caused by terminal size mismatch (#238)Clement Tsang
2020-09-11feature: mouse support for tabs and dd dialog (#230)Clement Tsang
2020-09-09refactor: rename data harvesting fns to what archs/oses they support (#229)Clement Tsang
2020-09-09refactor: rewrite column algorithm (#227)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-09-06fix: Fixes count being sortable, but nothing occuring (#224)Clement Tsang
2020-09-05fix: Fix mouse detection not working on proc after closing searchClementTsang
2020-09-03bug: change heim io fn to not bail on any errorClementTsang
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
2020-09-02bug: fix being able to click widgets when dd-dialog was open (#219)Clement Tsang
2020-09-02other: aarch64 support (#217)Clement Tsang
2020-09-01bug: fix broken check from last commit, add testsClementTsang
2020-09-01other: Add config error if default_widget_count is not used with default_widg...ClementTsang
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
2020-08-31bug: Use correct labels for sensors in Linux (#215)Clement Tsang
2020-08-31docs: Update some arguments, and documentation (#214)Clement Tsang
2020-08-31other: Add autocomplete file generation (#213)Clement Tsang
2020-08-29feature: Allow Ctrl-F and / to work in sort (#212)Clement Tsang
2020-08-29feature: Add mouse click support for moving between widgets (#208)Clement Tsang