ClementTsang
|
4e6e32a0ea
|
Fix issue with network legend, by moving it down.
|
2020-01-01 16:32:20 -05:00 |
|
ClementTsang
|
e5749234a2
|
Add new option to allow for seeing cpu usage in processes as a percentage of current usage, rather than total
|
2019-12-31 22:24:54 -05:00 |
|
Clement Tsang
|
d0a7a0dd72
|
Quick error change for processes to be a bit more graceful, fix tests
|
2019-12-30 22:39:49 -05:00 |
|
Clement Tsang
|
feeca2b258
|
Fixed flaw in bash scripting...
|
2019-12-30 22:17:03 -05:00 |
|
Clement Tsang
|
c66650bc06
|
Travis fails to catch if statement... try to fix
|
2019-12-30 22:09:35 -05:00 |
|
Clement Tsang
|
1a2281cd81
|
Forgot semicolons... jeez
|
2019-12-30 22:04:24 -05:00 |
|
Clement Tsang
|
1f7e90e659
|
Another attempt
|
2019-12-30 22:01:34 -05:00 |
|
Clement Tsang
|
7445d0601f
|
travis problems
|
2019-12-30 21:51:45 -05:00 |
|
Clement Tsang
|
74ca062f32
|
Travis tuning
|
2019-12-30 21:50:46 -05:00 |
|
Clement Tsang
|
1da2a13856
|
Travis tuning
|
2019-12-30 21:25:20 -05:00 |
|
Clement Tsang
|
e369d16efd
|
Update readme and travis
|
2019-12-30 21:05:39 -05:00 |
|
Clement Tsang
|
8cf895589b
|
Switch to msvc
|
2019-12-30 20:56:10 -05:00 |
|
Clement Tsang
|
7a6945de35
|
Change travis a bit.
|
2019-12-30 19:40:45 -05:00 |
|
Clement Tsang
|
1ab018b7be
|
Placeholder fix for lack of total network on Windows.
|
2019-12-30 19:28:48 -05:00 |
|
Clement Tsang
|
98ccc70743
|
Fix processes in windows
|
2019-12-29 21:40:22 -05:00 |
|
ClementTsang
|
ff43c467e4
|
[skip travis] Update .vscode for false positive typos
|
2019-12-28 01:22:33 -05:00 |
|
ClementTsang
|
b52b5ea1de
|
Fix typo in code... oops.
|
2019-12-28 01:21:49 -05:00 |
|
ClementTsang
|
ad4f124d9d
|
Rearrange to fit legend and extra info.
|
2019-12-28 01:20:05 -05:00 |
|
ClementTsang
|
f7243bd78b
|
Refactoring (note graphs are shrunk for next commit) of canvas
|
2019-12-27 22:39:25 -05:00 |
|
Clement Tsang
|
7b0bea57f4
|
Delete TODO.md
|
2019-12-27 18:48:31 -05:00 |
|
ClementTsang
|
e5845d5719
|
[skip travis] Add field for total rx and tx display in the canvas; note this will get changed when we rewrite legend into a separate tab due to tui-rs limitations
|
2019-12-27 18:30:35 -05:00 |
|
ClementTsang
|
9b11e7ea9c
|
[skip travis] Fix formatting in field
|
2019-12-27 18:22:33 -05:00 |
|
ClementTsang
|
25d0ae45b4
|
Some cleaning to avoid duplicate code
|
2019-12-27 18:19:57 -05:00 |
|
ClementTsang
|
a8bcccc8cf
|
Some moving of lines
|
2019-12-27 16:47:12 -05:00 |
|
ClementTsang
|
8570823a0b
|
[skip travis] Update gitignore
|
2019-12-26 21:49:38 -05:00 |
|
ClementTsang
|
9b5b603569
|
Disable cache for a test...
|
2019-12-26 21:49:24 -05:00 |
|
ClementTsang
|
04f36020e6
|
[skip travis] Add folder dictionary for ease of access on other systems.
|
2019-12-26 19:11:41 -05:00 |
|
ClementTsang
|
f25bb68662
|
Add stock 6 colours
|
2019-12-26 19:08:43 -05:00 |
|
ClementTsang
|
55b5e5abd5
|
Add random colour generation to allow for dealing with large multicore systems without overlapping colours (hopefully)
|
2019-12-26 19:06:30 -05:00 |
|
ClementTsang
|
b02c3b7275
|
Try updating dev-dependency...
|
2019-12-26 15:19:15 -05:00 |
|
ClementTsang
|
f33a0ac38e
|
[skip travis] Update README to reflect current repo state
|
2019-12-25 23:34:23 -05:00 |
|
ClementTsang
|
bf02afcf79
|
Add g and GG logic
|
2019-12-25 23:31:18 -05:00 |
|
ClementTsang
|
baf588be8a
|
Redid some of the networking portion, changed cargo a bit, some refactoring
|
2019-12-25 23:02:21 -05:00 |
|
ClementTsang
|
395a3083c6
|
Update heim
|
2019-12-25 20:28:38 -05:00 |
|
ClementTsang
|
b7a7ae1a17
|
Update to newer version of crates
|
2019-12-25 20:09:49 -05:00 |
|
ClementTsang
|
483d338493
|
[skip travis] Fix typo
|
2019-12-25 19:00:24 -05:00 |
|
Clement Tsang
|
76189efee4
|
Fix some more clippy hints.
|
2019-12-23 00:57:16 -05:00 |
|
Clement Tsang
|
4b336a7df2
|
Simplify travis for now...
|
2019-12-22 23:53:41 -05:00 |
|
Clement Tsang
|
eee9c54175
|
Fix problem with missing brackets and BEDMAS...
|
2019-12-22 23:38:55 -05:00 |
|
Clement Tsang
|
4974ae0886
|
Some simple fixes to abide by clippy
|
2019-12-22 17:37:07 -05:00 |
|
ClementTsang
|
c1a3f4dc50
|
[skip travis] Change README to reflect current state.
|
2019-12-18 01:26:17 -05:00 |
|
ClementTsang
|
d5bc7810e9
|
Switch back to round
|
2019-12-17 02:11:40 -05:00 |
|
ClementTsang
|
e4be2436c3
|
Fix README
|
2019-12-17 02:11:16 -05:00 |
|
ClementTsang
|
c6fa4317e6
|
[skip travis] Fix typos in README.
|
2019-12-16 02:40:35 -05:00 |
|
ClementTsang
|
78df16b585
|
Test caching in travis...
|
2019-12-16 02:31:49 -05:00 |
|
ClementTsang
|
bd37915567
|
Add double tap key timeout to prevent accidental dd's
|
2019-12-16 02:21:44 -05:00 |
|
ClementTsang
|
f8209c9162
|
Update controls.
|
2019-12-15 00:17:15 -05:00 |
|
ClementTsang
|
7592fec1d1
|
Fixed some labels I forgot to match with networks.
|
2019-12-14 00:30:34 -05:00 |
|
ClementTsang
|
8d648433f0
|
Switch to log scale for networks to allow a scale from 0 bytes to 1 GiB.
|
2019-12-14 00:13:29 -05:00 |
|
Clement Tsang
|
e11b9f299a
|
[skip travis] Update Readme.
|
2019-12-13 02:58:26 -05:00 |
|