summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-05-04bug/change: removed space as and for now0.4.0ClementTsang
2020-05-04docs: mention querying update for 0.4.0ClementTsang
2020-05-04docs: update CHANGELOG 0.4.0 release dateClementTsang
2020-05-04chore: re-add skip_cleanup to travisClementTsang
2020-05-04chore: update exclusions for tagsClementTsang
2020-05-04chore: test excluding msrv and beta with tagsClementTsang
2020-05-04docs: update contributing to mention that MSRV will fail cargo testClementTsang
2020-05-04chore: update travis a bit for msrvClement Tsang
2020-05-04update tests to deal with msrvClementTsang
2020-05-04chore: optimize imagesimgbot[bot]
*Total -- 1,250.90kb -> 1,084.93kb (13.27%) /assets/search_empty.png -- 200.36kb -> 169.74kb (15.28%) /assets/basic_mode.png -- 216.44kb -> 183.68kb (15.14%) /assets/quote_search.png -- 217.46kb -> 185.91kb (14.51%) /assets/regex_search.png -- 108.25kb -> 92.93kb (14.15%) /assets/battery.png -- 155.70kb -> 135.39kb (13.05%) /assets/sample_layout.png -- 107.67kb -> 94.99kb (11.78%) /assets/simple_search.png -- 50.38kb -> 45.12kb (10.44%) /assets/and_or_search.png -- 32.19kb -> 28.91kb (10.21%) /assets/usage_search.png -- 38.14kb -> 34.45kb (9.68%) /assets/cpu_layout.png -- 124.30kb -> 113.83kb (8.43%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-04chore: support MSRV of 1.40.0ClementTsang
2020-05-04docs: update screenshotsClement Tsang
2020-05-04bug: swap 'and' and 'or' calls around for correct precedenceClementTsang
2020-05-04Merge branch 'master' of https://github.com/ClementTsang/bottomClementTsang
2020-05-04change: separated search and process widgets againClementTsang
2020-05-03Merge pull request #142 from ClementTsang/imgbotClement Tsang
[ImgBot] Optimize images
2020-05-03[ImgBot] Optimize imagesImgBotApp
/assets/quote_search.png -- 225.84kb -> 199.47kb (11.68%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-03docs: more details about searchClementTsang
2020-05-03bug: fix broken case if quotes surrounded parenClementTsang
2020-05-03docs: clarified point about and vs orClementTsang
2020-05-03Merge pull request #141 from ClementTsang/imgbotClement Tsang
[ImgBot] Optimize images
2020-05-03bug: made the regex error one line in searchClementTsang
2020-05-03[ImgBot] Optimize imagesImgBotApp
*Total -- 554.66kb -> 463.59kb (16.42%) /assets/basic_mode.png -- 190.42kb -> 142.90kb (24.96%) /assets/or_search.png -- 60.64kb -> 52.66kb (13.17%) /assets/search_empty.png -- 168.80kb -> 146.61kb (13.14%) /assets/simple_search.png -- 50.47kb -> 45.18kb (10.48%) /assets/simple_advanced_search.png -- 50.16kb -> 44.96kb (10.36%) /assets/search_cpu_filter.png -- 34.17kb -> 31.28kb (8.47%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-02Merge pull request #139 from ClementTsang/improve_searchingClement Tsang
Improve searching
2020-05-02docs: fixes an issue with || in code blocks for MDClement Tsang
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-05-01chore: pretty up CONTRIBUTING.mdClement Tsang
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-29docs: update contributor badgeClementTsang
2020-04-29chore: update Cargo.lockClementTsang
2020-04-29docs: Remove old section of READMEClementTsang
2020-04-29uptick: 0.4.0ClementTsang
2020-04-29docs: Add CONTRIBUTING.mdClementTsang
2020-04-28Merge pull request #138 from ClementTsang/update_bindingsClement Tsang
docs: update help and README for bindings
2020-04-28github: update PR templateClement Tsang
2020-04-28docs: update help and README for bindingsClementTsang
2020-04-28changelog: Add #134 to changelogClement Tsang
2020-04-28docs: mention updating rust for manual buildClement Tsang
2020-04-28docs: add andys8 as a contributor (#137)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-04-28Kill dialog: vim navigation (#134)Andy
Add `hjkl` as navigation keys in kill dialog. Closes #133
2020-04-28refactor: revert linear interpolation until tui fix comesClement Tsang
2020-04-27Merge pull request #131 from ClementTsang/battery_flagClement Tsang
Add battery flag, fix bug, refactor