Commit graph

768 commits

Author SHA1 Message Date
ClementTsang
a03e9d6f31 uptick: 0.4.2 2020-05-11 22:53:56 -04:00
ClementTsang
a8ed838726 refactor: use a nicer match statement in one spot 2020-05-11 22:52:35 -04:00
ClementTsang
ce563542ee force SWAP and RAM labels to show even if at 0 2020-05-11 22:48:37 -04:00
Clement Tsang
137e3cea5f
bug: disk displays nothing on if IO fails to match
Obvious on macOS.
2020-05-11 22:34:35 -04:00
Clement Tsang
7b5685bf44
refactor: remove redundant empty checks in graphs
Now that the fix for empty data is patched in tui, these checks are
redundant.
2020-05-11 01:32:39 -04:00
Clement Tsang
95f90dd266
Merge pull request #152 from ClementTsang/use_tui_lines
refactor: re-enable tui-rs linear interpolation
2020-05-10 17:18:56 -04:00
ClementTsang
56d6771d1b refactor: re-enable tui-rs linear interpolation 2020-05-10 17:01:45 -04:00
Clement Tsang
90272777f7
change: hide table gap if widget height is small 2020-05-09 16:23:15 -04:00
Clement Tsang
2e4d6a34aa
Merge pull request #149 from ClementTsang/autohide_time_on_small
Autohide time on small
2020-05-09 15:28:39 -04:00
ClementTsang
2124a6e049 docs: update readme a bit to thank more people :) 2020-05-09 14:55:01 -04:00
ClementTsang
e6181d4aa4 change: hide time legend if window gets too small 2020-05-09 14:54:23 -04:00
ClementTsang
cd441eb920 docs: update README to mention 0.5.0 2020-05-08 15:37:09 -04:00
ClementTsang
b253d0153b change: reallow spaces to represent "and" 2020-05-08 15:34:46 -04:00
Clement Tsang
a71d991695
refactor: avoid using max checks, use saturating_sub instead 2020-05-07 01:09:24 -04:00
Clement Tsang
91bb2aa7fc
docs: fix contributors badge 2020-05-06 23:54:48 -04:00
ClementTsang
9152ba3281 docs: make process help text consistent with README 2020-05-05 18:57:38 -04:00
ClementTsang
4b7ff87c23 docs: clarify line about msrv, force retrigger of travis build 2020-05-05 18:03:15 -04:00
allcontributors[bot]
cf2a2a952b
docs: add HarHarLinks as a contributor (#147)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* docs: update badge

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
2020-05-05 17:58:14 -04:00
ClementTsang
453c10e7c5 docs: update README and CHANGELOG for 0.4.1 2020-05-05 17:56:01 -04:00
ClementTsang
aea79a0750 uptick: 0.4.1 2020-05-05 17:50:30 -04:00
Clement Tsang
bbb3569cc4
Merge pull request #146 from HarHarLinks/patch-1
Fix help (sort by cpu)
2020-05-05 17:49:11 -04:00
Kim Brose
095fb7e54e
Update constants.rs 2020-05-05 20:45:43 +02:00
ClementTsang
38f4967a8a bug/change: removed space as and for now 2020-05-04 23:44:33 -04:00
ClementTsang
9932ad34c1 docs: mention querying update for 0.4.0 2020-05-04 21:50:53 -04:00
ClementTsang
a04bc25e59 docs: update CHANGELOG 0.4.0 release date 2020-05-04 21:48:33 -04:00
ClementTsang
538b49dc0e chore: re-add skip_cleanup to travis 2020-05-04 20:35:31 -04:00
ClementTsang
0363620647 chore: update exclusions for tags 2020-05-04 19:47:21 -04:00
ClementTsang
477de1c227 chore: test excluding msrv and beta with tags 2020-05-04 19:21:29 -04:00
ClementTsang
c22886bd32 docs: update contributing to mention that MSRV will fail cargo test 2020-05-04 18:55:03 -04:00
Clement Tsang
364049ee5f
chore: update travis a bit for msrv 2020-05-04 18:53:05 -04:00
ClementTsang
1ff2606c90 update tests to deal with msrv 2020-05-04 18:23:34 -04:00
imgbot[bot]
16b6f442ac
chore: optimize images
*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-04 17:46:00 -04:00
ClementTsang
c8afe0d4f8 chore: support MSRV of 1.40.0 2020-05-04 17:45:11 -04:00
Clement Tsang
c458a4d101
docs: update screenshots 2020-05-04 17:23:15 -04:00
ClementTsang
a56156a8f2 bug: swap 'and' and 'or' calls around for correct precedence 2020-05-04 00:27:21 -04:00
ClementTsang
da7c1db426 Merge branch 'master' of https://github.com/ClementTsang/bottom 2020-05-04 00:03:23 -04:00
ClementTsang
2a32bbac3b change: separated search and process widgets again 2020-05-04 00:03:11 -04:00
Clement Tsang
77eaad3ab8
Merge pull request #142 from ClementTsang/imgbot
[ImgBot] Optimize images
2020-05-03 00:57:28 -04:00
ImgBotApp
329c00480f
[ImgBot] Optimize images
/assets/quote_search.png -- 225.84kb -> 199.47kb (11.68%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-03 04:56:34 +00:00
ClementTsang
d1ef24165d docs: more details about search 2020-05-03 00:54:45 -04:00
ClementTsang
83a4a15cd5 bug: fix broken case if quotes surrounded paren 2020-05-03 00:54:33 -04:00
ClementTsang
1e92eba7ce docs: clarified point about and vs or 2020-05-03 00:11:57 -04:00
Clement Tsang
16bb1a54b4
Merge pull request #141 from ClementTsang/imgbot
[ImgBot] Optimize images
2020-05-03 00:08:59 -04:00
ClementTsang
0986b96056 bug: made the regex error one line in search 2020-05-03 00:08:18 -04:00
ImgBotApp
ff94d56693
[ImgBot] Optimize images
*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-03 03:54:54 +00:00
Clement Tsang
39d7450aad
Merge pull request #139 from ClementTsang/improve_searching
Improve searching
2020-05-02 23:54:10 -04:00
Clement Tsang
5636f86656
docs: fixes an issue with || in code blocks for MD 2020-05-02 23:53:25 -04:00
ClementTsang
73c16e259d docs: update with search details 2020-05-02 23:46:07 -04:00
ClementTsang
8307b06c56 bug: fix bug with multiple tokens 2020-05-02 21:50:35 -04:00
ClementTsang
e12c2f5212 change: add byte units to search 2020-05-02 19:24:19 -04:00