summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-11-17other: deduplicate sorts, always sort proc by PID first (#898)Clement Tsang
2022-11-17bug: redirect stderr on FreeBSD to avoid drawing on UI (#897)Clement Tsang
2022-11-13deps: update sysctl to 0.5.2, procfs to 0.14.1 (#894)Clement Tsang
2022-11-13other: remove flume (#893)Clement Tsang
2022-11-13feature: add custom retention periods for data (#892)Clement Tsang
2022-11-11other: remove the mouse throttler except for scroll events (#886)Clement Tsang
2022-11-10refactor: run cargo +nightly fmt with group_imports (#885)Clement Tsang
2022-11-10other: try using flume for channel (#884)Clement Tsang
2022-11-10feature: search paste support (#881)Clement Tsang
2022-11-08deps: Update tui to 0.19.0 and crossterm to 0.25.0 (#878)Clement Tsang
2022-11-06ci: add cache clearing to PR merges (#874)Clement Tsang
2022-11-06bug: fix spacing for disk table widget headers when sortingClementTsang
2022-11-06feature: basic sortable disk (#870)Clement Tsang
2022-11-05feature: basic sortable temp (#868)Clement Tsang
2022-11-05deps: update nvml to 0.8.0 (#869)Clement Tsang
2022-11-04refactor: clippy and small cleanup/comments (#865)Clement Tsang
2022-11-02More human friendly temperature sensor naming (#807)Diana
2022-11-02refactor: move data passing for table to another step (#863)Clement Tsang
2022-10-20feature: Implement PgUp and PgDown in the help dialog. (#841)lroobrou
2022-10-16refactor: move some state code around (#839)Clement Tsang
2022-10-16enable gpu mem cli and update docs for arc/gpu mem (#836)Justin Martin
2022-10-15Revert "refactor: remove heim network usage (#833)"ClementTsang
2022-10-15refactor: remove heim network usage (#833)Clement Tsang
2022-10-15other: make gpu memory collection configurable (#835)Clement Tsang
2022-10-15feature: add gpu ram collector for nvidia feature flag (#794)Justin Martin
2022-10-15other: add quick test for building clap app (#834)Clement Tsang
2022-10-13refactor: move point definition to tui_rs widget (#832)Clement Tsang
2022-10-13refactor: switch to pipe gauge implementation for basic cpu + mem (#829)Clement Tsang
2022-10-12refactor: switch to associated type for SortsRow (#828)Clement Tsang
2022-10-12refactor: tables V2 (#749)Clement Tsang
2022-10-11bug: add bindings to grab ppid in some cases on macos (#825)Clement Tsang
2022-10-07fix wrong unit being used for memory in sysinfo data (#824)Clement Tsang
2022-09-23bug: fix missing temp path locations to check on Linux (#816)Clement Tsang
2022-09-18refactor: minor cleanup of linux disk code (#813)Clement Tsang
2022-09-17refactor: replace heim temp conversion code (#811)Clement Tsang
2022-09-16Replace heim with sysfs and dont wake devices (#805)Diana
2022-09-16deps: update sysinfo to 0.26.2 (#806)Clement Tsang
2022-09-03other: Clarify help menu (#800)Clement Tsang
2022-08-22feature: Add zfs feature flag for arc memory (#784)Justin Martin
2022-08-15refactor: minor tweak to update_position codeClementTsang
2022-08-15feature: clamp scrolling (#775)ViridiCanis
2022-08-14refactor: change max_scroll_index usage to better reflect name (#783)Clement Tsang
2022-08-14Feature: half page scrolling (#774)ViridiCanis
2022-08-13clippy: fix clippy eq warningClementTsang
2022-07-23Implement support for FreeBSD (#766)Wesley Moore
2022-07-07bug: fix total read/write units having /s (#763)Clement Tsang
2022-06-29feature: add note on how to exit if running in non-terminal (#761)Clement Tsang
2022-06-28feature: add check for whether the output is to a terminal (#760)Clement Tsang
2022-06-14docs: re-enable lib docs for development purposes (#750)Clement Tsang
2022-06-03refactoring: Move around components and state (#746)Clement Tsang