ClementTsang
|
8cf5b42f29
|
Update cargo.toml, some todos
|
2020-02-19 00:16:40 -05:00 |
ClementTsang
|
b69eca0fc6
|
Change to focus on speed.
|
2020-02-17 18:13:13 -05:00 |
ClementTsang
|
b3eafe711e
|
Fix issue introduced with last commit on searching.
|
2020-02-17 17:53:49 -05:00 |
ClementTsang
|
4485d1b380
|
Some clippy and refactoring.
|
2020-02-17 17:42:51 -05:00 |
ClementTsang
|
59c0b3df62
|
[skip travis] Update documentation a bit.
|
2020-02-15 17:41:26 -05:00 |
ClementTsang
|
50dd079b9e
|
Updated heim version.
|
2020-02-15 17:18:37 -05:00 |
ClementTsang
|
e05b5c46fe
|
Merged async together.
|
2020-02-14 22:51:20 -05:00 |
ClementTsang
|
1ac6cdde2f
|
Update sysinfo, add total network to windows/linux.
|
2020-02-09 22:11:03 -05:00 |
ClementTsang
|
4ac3a10fbf
|
Update and clean up ? menu... some more work to be done though
|
2020-02-08 22:38:55 -05:00 |
ClementTsang
|
8764b3092a
|
Some cleaning up of the canvas colour setting feature
|
2020-02-08 16:39:50 -05:00 |
ClementTsang
|
fc37cf7f3d
|
Config with toml instead
|
2020-02-06 21:47:47 -05:00 |
ClementTsang
|
a9565d21a3
|
Remove termion from Cargo, causes windows builds to fail
|
2020-02-05 20:37:37 -05:00 |
ClementTsang
|
7ea20283cf
|
Update cargo to newer versions of crates
|
2020-02-05 19:53:42 -05:00 |
ClementTsang
|
0b857f6609
|
Remove useless to_vec() calls to reduce clones
|
2020-02-04 23:33:09 -05:00 |
ClementTsang
|
41d56d8a9b
|
Update Cargo, changed the CLI flags for search a bit along with the docs to be a bit easier to remember (all caps, change regex option to `-R`)
|
2020-02-04 20:07:53 -05:00 |
ClementTsang
|
762acc8642
|
[skip travis] Update README to reflect added libs
|
2020-02-02 18:07:41 -05:00 |
ClementTsang
|
e548d07c1f
|
Add panic hook, fix cpu legend causing panic on small windows
|
2020-02-02 17:09:42 -05:00 |
ClementTsang
|
ae6e27d25a
|
Updated cargo and .gitignore
|
2020-01-21 22:48:56 -05:00 |
ClementTsang
|
545cb8b8b1
|
Change of hjkl navigation and removal of q to quit (replaced by Ctrl-[char]) variants. This is required for a less confusing use of upcoming search functionality
|
2020-01-12 13:15:49 -05:00 |
ClementTsang
|
0e4dba00c2
|
[skip travis] Change of terminology within README.
|
2020-01-11 18:21:14 -05:00 |
ClementTsang
|
896bfc51d3
|
(cargo-release) start next development iteration 0.1.3-alpha.0
|
2020-01-11 17:43:32 -05:00 |
ClementTsang
|
86c8ce68e7
|
Potential fix for a panic with time comparisons
|
2020-01-11 00:42:03 -05:00 |
ClementTsang
|
f0d5afb462
|
Update Cargo to 0.2 (again), and update README
|
2020-01-09 23:37:14 -05:00 |
ClementTsang
|
8595e7422a
|
(cargo-release) start next development iteration 0.1.2-alpha.0
|
2020-01-09 22:34:03 -05:00 |
ClementTsang
|
2c7ab558d0
|
Fix a quite large bug with disks table display.
|
2020-01-09 22:04:32 -05:00 |
ClementTsang
|
ad190a144d
|
Some basic cleaning
|
2020-01-06 23:07:58 -05:00 |
ClementTsang
|
e2f2f93750
|
Add optimization to Cargo.toml
|
2020-01-04 16:07:35 -05:00 |
ClementTsang
|
2543cff9d8
|
(cargo-release) start next development iteration 0.1.1-alpha.0
|
2020-01-03 00:23:19 -05:00 |
ClementTsang
|
6df4843a8f
|
[skip travis] More documentation tweaking
|
2020-01-02 23:49:23 -05:00 |
ClementTsang
|
8cc8b47c89
|
Some documentation changes
|
2020-01-02 23:42:44 -05:00 |
Clement Tsang
|
7b902a9470
|
Fix mouse scrolling in windows
|
2020-01-02 22:54:39 -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
|
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 |
Clement Tsang
|
eee9c54175
|
Fix problem with missing brackets and BEDMAS...
|
2019-12-22 23:38:55 -05:00 |
Clement Tsang
|
a0729d3913
|
Fix for winapi
|
2019-12-13 02:45:09 -05:00 |
Clement Tsang
|
12b4518fa1
|
Fixed problem with invalid vector index access.
|
2019-12-13 02:42:36 -05:00 |
ClementTsang
|
4e186c56f4
|
update sysinfo dep
|
2019-12-12 23:20:02 -05:00 |
ClementTsang
|
5449c883b4
|
[skip travis] Increment up Cargo.toml file... next release will be 0.1.0
|
2019-12-07 15:39:24 -05:00 |
ClementTsang
|
9913cc9fda
|
Update dependencies
|
2019-12-07 03:01:35 -05:00 |
ClementTsang
|
3687a55330
|
Re-use tui fork for now...
|
2019-12-06 23:48:38 -05:00 |
ClementTsang
|
e7477ce517
|
Update tui version... legends aren't showing up yet, will have to fork again.
|
2019-12-06 00:57:04 -05:00 |
ClementTsang
|
ff595cd028
|
Fanagle with tui. Going to probably put this on halt until tui-rs pushes a new stable release...
|
2019-11-05 16:33:57 -05:00 |
ClementTsang
|
9222876543
|
Change for binary name
|
2019-10-19 16:29:42 -04:00 |
ClementTsang
|
6d1619bb66
|
Add more buzzwords.
|
2019-10-16 03:06:34 -04:00 |
ClementTsang
|
2e6f087a3a
|
Minor change to fern init results and added to error file
|
2019-10-10 17:22:53 -04:00 |
ClementTsang
|
d42f144384
|
Added scaling factor to make CPU usage in processes more representative of TOTAL usage, rather than percentage of CPU percentage
|
2019-10-10 17:13:18 -04:00 |
ClementTsang
|
f2813139b1
|
Update travis again... add cargo-arch
|
2019-10-10 16:48:46 -04:00 |