Commit graph

863 commits

Author SHA1 Message Date
ClementTsang
ecd5a003cf change: Use e key instead to maximize; rename to expand 2020-04-29 23:52:25 -04:00
ClementTsang
edd5cff12d change: merge search and process widgets together 2020-04-29 23:43:49 -04:00
ClementTsang
dacf8b1abb bug: fix broken basic table arrows on other widgets 2020-04-29 23:12:49 -04:00
ClementTsang
b75eeaea46 docs: update contributor badge 2020-04-29 21:56:44 -04:00
ClementTsang
6be5ce55a2 chore: update Cargo.lock 2020-04-29 21:53:19 -04:00
ClementTsang
031bae52f5 docs: Remove old section of README 2020-04-29 00:11:10 -04:00
ClementTsang
b87fde16ab uptick: 0.4.0 2020-04-29 00:10:27 -04:00
ClementTsang
19243bfc9f docs: Add CONTRIBUTING.md 2020-04-29 00:07:09 -04:00
Clement Tsang
24caaa29a2
Merge pull request #138 from ClementTsang/update_bindings
docs: update help and README for bindings
2020-04-28 22:54:17 -04:00
Clement Tsang
b6ea10770b
github: update PR template 2020-04-28 22:51:18 -04:00
ClementTsang
70779c078d docs: update help and README for bindings 2020-04-28 22:46:48 -04:00
Clement Tsang
554505b221
changelog: Add #134 to changelog 2020-04-28 17:51:05 -04:00
Clement Tsang
52eb7121c5
docs: mention updating rust for manual build 2020-04-28 17:49:17 -04:00
allcontributors[bot]
ee84d799bf
docs: add andys8 as a contributor (#137)
* 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-28 17:44:30 -04:00
Andy
e850d3d2a8
Kill dialog: vim navigation (#134)
Add `hjkl` as navigation keys in kill dialog.

Closes #133
2020-04-28 17:43:15 -04:00
Clement Tsang
2faf3c6592
refactor: revert linear interpolation until tui fix comes 2020-04-28 16:44:10 -04:00
Clement Tsang
de3a1fb7c0
Merge pull request #131 from ClementTsang/battery_flag
Add battery flag, fix bug, refactor
2020-04-27 16:59:07 -04:00
ClementTsang
78e3c37947 refactor: fix clippy errors 2020-04-27 16:40:45 -04:00
ClementTsang
15dba2e6cf bug: fix empty widget in layout 2020-04-27 16:20:36 -04:00
ClementTsang
8e4f6a3a02 feature: add battery flag 2020-04-27 15:56:39 -04:00
ClementTsang
8534d42f1b refactor: separate state to different file 2020-04-27 13:48:56 -04:00
ClementTsang
3d6ebc5152 docs: update README for some typos and clarity 2020-04-27 13:35:23 -04:00
ClementTsang
24f5717125 cargo: switch to personal fork of tui-rs for now to deal with subtraction bug in lines 2020-04-26 20:18:29 -04:00
ClementTsang
e33dbbd350 clippy: remove redundant clone 2020-04-26 20:08:02 -04:00
ClementTsang
80548457f9 refactor: cleaned up some of the concurrent parts 2020-04-26 19:53:26 -04:00
ClementTsang
647c8448dc docs: Update battery documentation to include health 2020-04-26 00:12:33 -04:00
Clement Tsang
cf48561777
feature: add battery health percentage 2020-04-26 00:11:34 -04:00
Clement Tsang
3a6f7a6750
refactor: changed how we set help text on resize and init 2020-04-25 17:32:31 -04:00
Clement Tsang
863e780f2f
change: add scrolling to help menu 2020-04-24 19:17:58 -04:00
Clement Tsang
99fe0a1844
Merge pull request #126 from ClementTsang/update_tests
Update arg test; add config tests
2020-04-23 16:03:07 -04:00
ClementTsang
9fe6e7d4d2 clippy: use suggested to_string and dereferencing 2020-04-23 15:51:35 -04:00
ClementTsang
263f9e55d3 ci: update travis 2020-04-23 15:44:17 -04:00
ClementTsang
e19368e5c9 chore: update changelog 2020-04-23 15:43:09 -04:00
ClementTsang
f4c6cb95e4 test: add config tests, update arg tests 2020-04-23 15:33:51 -04:00
ClementTsang
a6b48921ee refactor: hoist painter creation up to avoid having to clean if fail 2020-04-23 15:33:31 -04:00
ClementTsang
04e4c32aec refactor: update error messages and hex error detection 2020-04-23 15:33:13 -04:00
ClementTsang
b1f86262f3 refactor: update error messages to be more uniform 2020-04-23 14:10:59 -04:00
ClementTsang
4d512afdae refactor: update arg tests to use new binary env 2020-04-23 13:29:10 -04:00
Clement Tsang
481275f61d
Merge pull request #125 from ClementTsang/fix_config_gen
Fix config gen and chores
2020-04-22 17:43:29 -04:00
ClementTsang
87dba602f9 fix: Fixes typo in config generation 2020-04-22 17:26:50 -04:00
ClementTsang
121370e9f4 docs: update default config 2020-04-22 17:19:36 -04:00
ClementTsang
25addaee63 chore: Add some words to VS Code dict 2020-04-22 17:13:05 -04:00
Clement Tsang
9dde1f8656
refactor: Update tui to 0.9; refactor with new features (#123)
Update tui-rs version, which means some changes:

- Legends are controllable; updated network legend with an optional flag to use the old one

- Stops the issue with legend hiding too early

- Added option to allow removing the table gap

- Use stateful tables

- Move to tui-rs' linear interpolation
2020-04-20 00:38:57 -04:00
ClementTsang
7004649a6d Move to tui-rs' built in linear interpolation 2020-04-20 00:29:59 -04:00
ClementTsang
0574678746 Move to stateful except for CPU 2020-04-19 23:39:24 -04:00
ClementTsang
83dad154b9 Fix formatting. 2020-04-19 18:05:52 -04:00
ClementTsang
dd299aefab Update README... 2020-04-19 17:57:43 -04:00
ClementTsang
f334a72fb1 Made table gap optional rather than enforced 2020-04-19 17:45:32 -04:00
ClementTsang
b42583e04c Remove header gap in most tables 2020-04-18 22:54:35 -04:00
ClementTsang
90e1e9f4cb Fix bug with network legend 2020-04-18 21:11:20 -04:00