summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2020-08-29bug: fix bug where you could move down in basic proc when search was off (#211)Clement Tsang
2020-08-28feature: Adaptive network widget (#206)Clement Tsang
2020-08-26bug: fix searching by command being broken (#204)Clement Tsang
2020-08-25bug: fix grouping being broken after refactor (#201)0.4.6Clement Tsang
2020-08-25docs: Clarify descriptionClementTsang
2020-08-25uptick: 0.4.6 (#200)Clement Tsang
2020-08-22change: Allow e to also close expanded widgetsClement Tsang
2020-08-22bug: fix freezing not affecting processes during search and sortClement Tsang
2020-08-22feature: allow searching by state, add more keyword variantsClement Tsang
2020-08-21feature: Support memb (mem bytes) searching in processesClement Tsang
2020-08-21refactor: remove kill command, use libcClement Tsang
2020-08-21feature: Add hook to properly clean up in the case of a kill callClement Tsang
2020-08-21refactor: Remove ps callsClement Tsang
2020-08-19refactor: Refactor code, add new testsClement Tsang
2020-08-17bug: fix not switching sort type when toggling % in memClementTsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-08-16bug: Fix bug w/ parsing `/proc/{pid}/stats` Clement Tsang
2020-08-16refactor: Revert tui upgrade to 0.10Clement Tsang
2020-08-16bug: fix missing default battery layout during refactorClementTsang
2020-08-16bug: Fix bug caused by hitting enter w/ a failed ddClement Tsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-08-13refactor: remove redundant newlinesClementTsang
2020-08-12change: Update macOS config dirClement Tsang
2020-08-12change: Refactor dd drawing codeClementTsang
2020-08-11change: Add WASD keys for widget selection movementClementTsang
2020-08-11deps: Update dependencies, drop MSRVClement Tsang
2020-08-07feature: add full command to process widgetClement Tsang
2020-07-06clippy: clippy error due to redundant conversionClementTsang
2020-05-21refactor: use fold to avoid clones in search for implied ANDClementTsang
2020-05-21refactor: fix clippy errorClementTsang
2020-05-21bug: fix query not working for or, refactor a bitClementTsang
2020-05-21chore: wrote better debugging printing for queriesClementTsang
2020-05-21bug: fix incorrect parsing for process i/o calcClementTsang
2020-05-19feature: add back states to unmerged processesClement Tsang
2020-05-18change: always highlight selected cpuClementTsang
2020-05-18refactor: reduce unchecked type conversions to usizeClement Tsang
2020-05-16change: remove slash, change scroll behaviour on cpuClement Tsang
2020-05-14deps: update sysinfoClementTsang
2020-05-13bug: add extra check for process cpu value to be >= 0ClementTsang
2020-05-11refactor: use a nicer match statement in one spotClementTsang
2020-05-11force SWAP and RAM labels to show even if at 0ClementTsang
2020-05-11bug: disk displays nothing on if IO fails to matchClement Tsang
2020-05-11refactor: remove redundant empty checks in graphsClement Tsang
2020-05-10refactor: re-enable tui-rs linear interpolationClementTsang