Commit graph

84 commits

Author SHA1 Message Date
ClementTsang
a7bca4ec50 [skip travis] Update README to reflect updating tested rust version 2020-02-03 23:27:49 -05:00
ClementTsang
f9bd7a6f21 [skip travis] Update README for some more info 2020-02-02 23:36:19 -05:00
ClementTsang
06c404ac3b [skip travis] Update README to fix typo 2020-02-02 23:33:40 -05:00
ClementTsang
616ba01be0 Added flag functionality, made case insensitive default from now on 2020-02-02 23:25:15 -05:00
ClementTsang
6551885666 Update documentation and added more flags for search as per last commit 2020-02-02 23:20:53 -05:00
ClementTsang
1360296b4e [skip travis] Add description of terminal and fonts to demo. 2020-02-02 19:08:28 -05:00
ClementTsang
762acc8642 [skip travis] Update README to reflect added libs 2020-02-02 18:07:41 -05:00
ClementTsang
c9224feb7e [skip travis] Update readme; macOS doesn't work with Ctrl-arrow keys 2020-02-02 17:48:46 -05:00
ClementTsang
e98cc770a5 Removed Ctrl-hjkl as movement between widgets as Ctrl-j seemed to be broken... replaced with Shift-arrow keys for an alternative 2020-02-02 17:45:05 -05:00
Clement Tsang
35f78a7e91
Merge pull request #7 from ClementTsang/optimization_and_refactoring_branch
Optimization and refactoring branch
2020-02-02 01:52:39 -05:00
ClementTsang
853ce3c736 Move ignore case to tab 2020-02-02 00:55:57 -05:00
ClementTsang
0bf7f32473 Optimizing processes... 2020-02-01 23:49:44 -05:00
ClementTsang
971384cf3a New way of doing referencing previous pid stats without having to GC - just write a new one every time... 2020-01-31 20:49:30 -05:00
ClementTsang
63bb79cb98 [skip travis] update README 2020-01-30 23:33:33 -05:00
Clement Tsang
eea1d29da8 Update README.md 2020-01-29 19:01:02 -05:00
Clement Tsang
3beed68d0c Update README.md 2020-01-29 18:59:49 -05:00
ClementTsang
c415dfd88c Changed wording for case match default in flags 2020-01-28 22:21:31 -05:00
Clement Tsang
c59b8c8796 [skip travis] Missing a period. 2020-01-25 16:44:16 -05:00
Clement Tsang
495e189a42 Update README.md 2020-01-24 20:00:37 -05:00
Clement Tsang
9baff73350 [skip travis] More README fixes. 2020-01-21 19:28:39 -05:00
Clement Tsang
4c3d4d6e03 [skip travis] Update README with link to Releases 2020-01-20 20:09:39 -05:00
ClementTsang
17eb6c827d Updated README. 2020-01-19 02:02:44 -05:00
ClementTsang
2832ddebb0 Updated documentation. 2020-01-17 19:59:01 -05:00
ClementTsang
bd356a851b Regex filter added. This is a very rudimentary implementation, but I feel it's good enough for now. 2020-01-12 18:45:11 -05:00
ClementTsang
2bb1333d04 Mostly done the base display and control logic for search, now need to implement search filter logic 2020-01-12 15:41:27 -05:00
ClementTsang
ffafba2374 Adding documentation to search feature. 2020-01-12 14:25:47 -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
f0d5afb462 Update Cargo to 0.2 (again), and update README 2020-01-09 23:37:14 -05:00
Clement Tsang
2179b8d7ef [skip travis] typo. 2020-01-09 22:33:01 -05:00
ClementTsang
7e4d87bae6 [skip travis] Update readme 2020-01-09 22:31:49 -05:00
ClementTsang
13180c72d4 Add flag to enable by default, documentation 2020-01-08 22:54:14 -05:00
Clement Tsang
d8905b2ca3 [skip travis] temporarily reverted readme 2020-01-05 22:23:04 -05:00
ClementTsang
e71e22f726 [skip travis] Add Home/End keys to navigate tables 2020-01-04 19:41:32 -05:00
ClementTsang
4418f956c7 Some cleaning up in the data_conversion area for cpu 2020-01-04 19:20:54 -05:00
Clement Tsang
b3ffca0d67 Update README.md 2020-01-03 01:09:04 -05:00
ClementTsang
cfca180a11 [skip travis] More documentation tweaking 2020-01-03 00:00:05 -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
Clement Tsang
4ae2882aa6 [skip travis] Update README with compatibility chart 2020-01-02 20:31:58 -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
e369d16efd Update readme and travis 2019-12-30 21:05:39 -05:00
ClementTsang
b52b5ea1de Fix typo in code... oops. 2019-12-28 01:21:49 -05:00
ClementTsang
f33a0ac38e [skip travis] Update README to reflect current repo state 2019-12-25 23:34:23 -05:00
ClementTsang
483d338493 [skip travis] Fix typo 2019-12-25 19:00:24 -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
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
f8209c9162 Update controls. 2019-12-15 00:17:15 -05:00