summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2022-06-02refactor: unify all mod.rs structure to 2018 style (#742)Clement Tsang
2022-05-17other: make the graph legend the same color as the graph (#732)Clement Tsang
2022-05-16bug: hide user column for non-unixClementTsang
2022-05-16bug: fix a variety of bugsClementTsang
2022-05-15refactor: simplify partial ordering fn, clean up codeClementTsang
2022-05-15refactor: remove redundant get_ordering fn, add testsClementTsang
2022-05-15bug: fix issues with macos and windows during refactorClementTsang
2022-05-15other: delete redundant code, run clippy and fmtClementTsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-05-15refactor: begin migration of process widgetClementTsang
2022-05-15refactor: heavily simplify the old network legendClementTsang
2022-05-07refactor: move CPU graph over to new systemClementTsang
2022-05-07refactor: fix off-by-one bug with getting start positionClementTsang
2022-05-07refactor: per-row styling, remove seemingly redundant table codeClementTsang
2022-05-07refactor: don't draw header if too shortClementTsang
2022-05-07refactor: bind the start and end ranges for tablesClementTsang
2022-05-07refactor: remove unneeded freeze paramClementTsang
2022-05-07refactor: consolidate disk and temp table drawing, refactor stateClementTsang
2022-05-06deps: migrate to starship-battery (#724)Clement Tsang
2022-05-01bug: fix panic if battery feature was disabledClementTsang
2022-04-29refactor: refactor some tests (#718)Clement Tsang
2022-04-29Merge pull request #710 from ClementTsang/consolidate_component_drawingClement Tsang
2022-04-28refactor: consolidate time graph componentsClementTsang
2022-04-28bug: fix choosing an out of list bounds selecting the last entry (#717)Clement Tsang
2022-04-28refactor: remove dead config screen codeClementTsang
2022-04-28refactor: remove trait usage in component drawingClementTsang
2022-04-27deps: update dependencies (#713)Clement Tsang
2022-04-27bug: change as_ref() to build in Rust beta 1.61.0 (#711)Clement Tsang
2022-03-27refactor: remove some simple as-casts (#697)Clement Tsang
2022-03-20docs: shorten some of the -h help dialogClementTsang
2022-03-11other: add manpage file to cargo deb config, move back to build script (#693)Clement Tsang
2022-03-07deps: update clap to 3.x (#690)Clement Tsang
2022-03-07other: fix clippy lints on vector reference params (#689)Clement Tsang
2022-02-13Add support for nvidia GPUsshurizzle
2022-02-02Refresh sysinfo CPUFrederick Zhang