Commit Graph

797 Commits

Author SHA1 Message Date
ClementTsang be6f824a43 clippy: clippy error due to redundant conversion
Fixes a redundant usize to usize conversion.
2020-07-06 02:36:24 -04:00
ClementTsang ad99803d09 travis: skip dependency check for msrv 2020-07-06 02:33:04 -04:00
ClementTsang 121d483b50 revert: Revert "deps: update cargo.lock"
This reverts commit f8127465b8.
2020-07-06 02:25:14 -04:00
ClementTsang f8127465b8 deps: update cargo.lock 2020-07-06 02:09:10 -04:00
ClementTsang d643ef7401 uptick: 0.4.4 2020-07-06 01:10:03 -04:00
ClementTsang 3564f00f39 docs: update for 0.4.4 2020-07-06 01:09:01 -04:00
ClementTsang 3ffa437af3 github: remove chore template, fix feature template label 2020-05-21 22:35:10 -04:00
Clement Tsang 9600785cf2
docs: update CHANGELOG 2020-05-21 22:25:44 -04:00
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