summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2020-05-09change: hide table gap if widget height is smallClement Tsang
2020-05-09change: hide time legend if window gets too smallClementTsang
2020-05-08change: reallow spaces to represent "and"ClementTsang
2020-05-07refactor: avoid using max checks, use saturating_sub insteadClement Tsang
2020-05-05docs: make process help text consistent with READMEClementTsang
2020-05-05Update constants.rsKim Brose
2020-05-04bug/change: removed space as and for now0.4.0ClementTsang
2020-05-04chore: support MSRV of 1.40.0ClementTsang
2020-05-04bug: swap 'and' and 'or' calls around for correct precedenceClementTsang
2020-05-04change: separated search and process widgets againClementTsang
2020-05-03bug: fix broken case if quotes surrounded parenClementTsang
2020-05-03bug: made the regex error one line in searchClementTsang
2020-05-02docs: update with search detailsClementTsang
2020-05-02bug: fix bug with multiple tokensClementTsang
2020-05-02change: add byte units to searchClementTsang
2020-05-02refactor/bug: moved search logic; fix quoted wordsClementTsang
2020-05-02refactor: fix clippy errorsClementTsang
2020-05-02change: more advanced searching and filteringClementTsang
2020-04-30feature: Add alt-h and alt-l to move left/right within widgetClementTsang
2020-04-29change: Use e key instead to maximize; rename to expandClementTsang
2020-04-29change: merge search and process widgets togetherClementTsang
2020-04-29bug: fix broken basic table arrows on other widgetsClementTsang
2020-04-28docs: update help and README for bindingsClementTsang
2020-04-28Kill dialog: vim navigation (#134)Andy
2020-04-28refactor: revert linear interpolation until tui fix comesClement Tsang
2020-04-27refactor: fix clippy errorsClementTsang
2020-04-27bug: fix empty widget in layoutClementTsang
2020-04-27feature: add battery flagClementTsang
2020-04-27refactor: separate state to different fileClementTsang
2020-04-26clippy: remove redundant cloneClementTsang
2020-04-26refactor: cleaned up some of the concurrent partsClementTsang
2020-04-26feature: add battery health percentageClement Tsang
2020-04-25refactor: changed how we set help text on resize and initClement Tsang
2020-04-24change: add scrolling to help menuClement Tsang