Commit graph

789 commits

Author SHA1 Message Date
Clement Tsang
d88b8194df
Merge pull request #166 from ClementTsang/fix_or_in_search 2020-05-21 22:22:44 -04:00
ClementTsang
cef81d1b8d refactor: use fold to avoid clones in search for implied AND 2020-05-21 22:06:51 -04:00
ClementTsang
c7edad91ed refactor: fix clippy error 2020-05-21 21:46:21 -04:00
ClementTsang
b33ea11af2 bug: fix query not working for or, refactor a bit 2020-05-21 21:40:40 -04:00
ClementTsang
948c1206e9 chore: wrote better debugging printing for queries
This should make reading completed queries a bit easier for debugging
2020-05-21 16:55:51 -04:00
ClementTsang
dcaef7ebc4 bug: fix incorrect parsing for process i/o calc
Cause was checking the wrong indices for values.  I thought I
had taken in a vector of strings that were just byte values,
but they actually contained the labels... oops.
2020-05-21 14:03:00 -04:00
ClementTsang
f3ca98fe30 docs: some minor README and CHANGELOG changes 2020-05-20 21:21:49 -04:00
ClementTsang
6d365140b6 chore: add vscode word dict 2020-05-20 11:55:03 -04:00
ClementTsang
3d8a8b4e85 deps: update typed-builder to 0.6.0 2020-05-19 21:17:01 -04:00
Clement Tsang
cf1d41c83a
feature: add back states to unmerged processes 2020-05-19 17:58:17 -04:00
ClementTsang
e2e1ac3006 change: always highlight selected cpu 2020-05-18 23:36:58 -04:00
Clement Tsang
e6379982f1
refactor: reduce unchecked type conversions to usize 2020-05-18 23:34:50 -04:00
Clement Tsang
12e4777d97
change: remove slash, change scroll behaviour on cpu
- Removal of the old slash-space-to-hide behaviour of CPU widget
- Scrolling onto a specific entry will only show that entry
- Showing average is now default
2020-05-16 22:38:19 -04:00
ClementTsang
a074808a00 deps: update cargo.lock 2020-05-15 00:37:10 -04:00
ClementTsang
2d9d10d8f9 uptick: 0.4.3 2020-05-15 00:00:02 -04:00
ClementTsang
2ae2ebd6d8 deps: update sysinfo 2020-05-14 22:22:29 -04:00
ClementTsang
18514e87bb docs: clarify how README in master may be ahead 2020-05-13 00:16:55 -04:00
ClementTsang
549d61b836 bug: add extra check for process cpu value to be >= 0 2020-05-13 00:15:41 -04:00
Clement Tsang
4831ec3d5c
docs: [skip travis] Update version for clarity 2020-05-12 00:26:56 -04:00
ClementTsang
be6fb5fc4d deps: update cargo.lock 2020-05-11 23:53:43 -04:00
ClementTsang
e47c86a83f docs: update to 0.4.2 2020-05-11 23:03:50 -04:00
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