ClementTsang
3d6ebc5152
docs: update README for some typos and clarity
2020-04-27 13:35:23 -04:00
ClementTsang
647c8448dc
docs: Update battery documentation to include health
2020-04-26 00:12:33 -04:00
Clement Tsang
863e780f2f
change: add scrolling to help menu
2020-04-24 19:17:58 -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
Clement Tsang
163f6823a2
feature: Add battery widget ( #120 )
2020-04-16 20:06:50 -04:00
Clement Tsang
45e9ba1234
docs: Add choco URL for reference
2020-04-14 19:32:25 -04:00
Clement Tsang
3e6b7ed30c
docs: Update maximizing to be a bit more clear
2020-04-13 14:16:43 -04:00
ClementTsang
ac8dabb2af
docs: Be more clear about versions and details
2020-04-12 00:19:45 -04:00
Clement Tsang
f210681ae7
feature: add io and io/s for processes ( #113 )
2020-04-10 20:18:26 -04:00
Clement Tsang
d2434bf8ad
uptick: 0.3.0
2020-04-07 21:07:24 -04:00
ClementTsang
15a3eb4c7e
(docs) Be more specific about manual installation
2020-04-04 23:20:50 -04:00
ClementTsang
e30ec757f7
(docs) Update README to contain info about basic
2020-04-04 18:36:20 -04:00
Clement Tsang
ba0fbf808e
(perf) Avoid harvesting if widget is not being displayed
2020-04-04 18:29:32 -04:00
ClementTsang
14c58507c0
(docs): Updates docs and removes a debug
2020-04-03 01:14:41 -04:00
ClementTsang
572d665a8a
(docs): Update README to be a bit nicer
2020-04-03 00:50:56 -04:00
allcontributors[bot]
ebceed123d
docs: add shilangyu as a contributor ( #99 )
...
* 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-02 20:54:18 -04:00
Marcin Wojnarowski
d82dae0b8d
Added scoop installation instructions ( #89 )
2020-04-02 20:52:57 -04:00
Clement Tsang
c4dca935f1
Moved badge
2020-03-20 11:10:55 -04:00
Clement Tsang
8ea83d6feb
Update README to fit in ac
2020-03-20 11:09:55 -04:00
allcontributors[bot]
cbd4841ab6
docs: add mqudsi as a contributor ( #88 )
...
* 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-03-20 11:07:41 -04:00
allcontributors[bot]
3d83f5f967
docs: add shilangyu as a contributor ( #86 )
...
* docs: update README.md [skip ci]
* docs: create .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-03-20 11:06:12 -04:00
Clement Tsang
2ce99d3c43
[skip travis] Add contributor
2020-03-19 21:04:38 -04:00
Clement Tsang
cd6187ec5f
Change the wording of some items in the README
2020-03-17 19:21:37 -04:00
Clement Tsang
1968bb14b4
Cleanup before modularity ( #84 )
...
* Uptick some crates, update README dependencies
* Cleanup before modularity feature.
* Fix missing reset zoom on reset
* Fixed reset... not resetting search or data displayed
* Cleaned up options a tiny bit to make more sense.
* Cleaned up some TODOs and the like.
* specify only build master branch.
2020-03-13 01:07:24 -04:00
Clement Tsang
d9747f78e8
Uptick chocolatey version (in moderation)
2020-03-13 00:47:10 -04:00
ClementTsang
648864176f
Updated documentation, made error in args clearer
2020-03-10 01:51:28 -04:00
ClementTsang
1046043138
Fix bug with autohide causing hide to break.
2020-03-10 01:26:30 -04:00
ClementTsang
e5588f1606
Add hiding time and autohiding time.
2020-03-09 00:52:29 -04:00
ClementTsang
78a05bc683
Fixes bug with too large inputs causing a panic
...
We would prefer a more graceful error message stating what went wrong.
Caught by the Travis test.
2020-03-08 22:27:41 -04:00
ClementTsang
f70cf02414
Add configurable default time and interval values
...
Also added documentation both in app and in the README.
2020-03-08 22:01:49 -04:00
Clement Tsang
01b37368b2
More basic cleaning ( #74 )
...
* Add htop link.
* Move dd and help dialog into separate files
* Move to folder
* Properly show error message if DD fails on macOS and linux.
2020-03-08 13:56:18 -04:00
Clement Tsang
226c4e5a68
Clean up and manage some basic stuff ( #73 )
...
* Remove debug statement.
* Remove redundant functions from main
* Update pull request template.
* Format temperature line.
* Update README for chocolatey.
* Add note about basic mode and htop's inspiration.
2020-03-08 00:35:01 -05:00
Clement Tsang
132a5a2170
Fix dialog box height and scroll label ( #71 )
...
* Fixes search with small mode by changing the prompt based on size.
* Minor fixes for search
- Remove ignore unused var lint
- Add a bit more spacing to deal with large unicode
- Add on-right movement on type
* Add contributor's list and bug/req section
* Check for div by zero
* Fix for dd in terms of sizing.
* Added (temporary) fix for help box. Scrolling is the ideal solution but will leave that for another time.
2020-03-05 23:54:39 -05:00
Clement Tsang
188858fedd
Formatting and typos ( #63 )
...
* Fix typo and run rustfmt.
* Also add rustfmt check to travis... this might be temporary.
* Add a bit on default config files being created in the debian extended description.
* Add rustup component add to travis.
* Disable rustfmt for now, seems to play weird on windows builds.
* Remove unneccesary deprecate ignore.
2020-03-05 02:09:29 -05:00
Clement Tsang
fee8b5c8a1
Merge branch 'master' into simple_mode
2020-03-04 23:47:53 -05:00
Clement Tsang
d1039996c8
Merge pull request #57 from shilangyu/populate-config
...
create config if doesnt exist
2020-03-04 23:41:23 -05:00
ClementTsang
c69362000d
Add CPU row allocation system to more evenly distribute it (aka simple division)
2020-03-04 23:13:00 -05:00
ClementTsang
a8d3593518
[skip travis] Update README.
2020-03-03 00:59:03 -05:00
ClementTsang
808fe4deb1
Update README to include basic flag.
2020-03-03 00:05:49 -05:00
shilangyu
47cc34a8e2
reflected auto config creation
2020-03-02 22:07:41 +01:00
Clement Tsang
e8f6896c23
[skip travis] Change to LoC rather than lines
2020-03-02 00:09:15 -05:00
Clement Tsang
1899d4e76d
[skip travis] Add tokei for... fun I guess?
2020-03-02 00:08:12 -05:00
ClementTsang
f0f1ee129e
Minor side update
...
* Update PR template to be a bit more specific
* Update README to state what version of rust I dev on in contributions
* Update rustfmt to remove another unstable line
2020-02-28 01:12:49 -05:00
ClementTsang
64c788a444
[skip travis] add bottom-bin to readme.
2020-02-27 19:01:50 -05:00
ClementTsang
d96751b786
[skip travis] Updated README to use 1.41 in general
2020-02-27 16:10:33 -05:00
ClementTsang
67f8baa056
Fix unicode causing problems with search.
2020-02-27 16:10:33 -05:00
Clement Tsang
088f9fbb07
[skip travis] add contribution to readme
2020-02-27 16:09:47 -05:00
Clement Tsang
49628613bc
[skip travis] tweak documentation regarding 32-bit
2020-02-27 16:09:47 -05:00
ClementTsang
0660184099
Colours if selected and F1-3 keys for search options
...
Added different colours to search options if selected; added F1-3 keys as an alternative for searching. Both are available, but on macOS F1-3 will be suggested instead.
2020-02-25 21:24:31 -05:00
Clement Tsang
f2a55a4608
[skip travis] Update windows build instructions.
2020-02-25 19:16:28 -05:00
ClementTsang
997d5635af
[skip travis] update debian pkg name
2020-02-25 12:28:48 -05:00
ClementTsang
b3f61b25ae
[skip travis] more readme changing.
2020-02-22 23:49:45 -05:00
Clement Tsang
d8722bb5e5
[skip travis] Remove extra $ signs from README
2020-02-22 23:40:49 -05:00
ClementTsang
d99dea7ab9
[skip travis] made deb part a bit more clear
2020-02-22 18:44:34 -05:00
ClementTsang
33a1bc1599
Add debian build.
2020-02-22 18:38:18 -05:00
Clement Tsang
41148a2fa2
[skip travis] add links to download locs
2020-02-22 15:45:05 -05:00
Clement Tsang
a9ba1d5ef1
[skip travis] Add chocolatey option to readme
2020-02-22 15:00:17 -05:00
ClementTsang
8ebe843128
Some doc stuff and edit travis.
2020-02-22 00:42:52 -05:00
ClementTsang
ab240e5313
Fix travis config, missing file this time.
2020-02-21 00:07:55 -05:00
ClementTsang
e8ce1d5b1e
Uptick version before patch.
2020-02-20 23:33:23 -05:00
ClementTsang
e836bedcb8
Update README for new file paths.
2020-02-20 23:26:07 -05:00
ClementTsang
0697d9dd56
Fix issue with default file paths not being respected; updated default file paths.
2020-02-20 23:10:52 -05:00
ClementTsang
6892ec6065
Update documentation again. One last build trigger.
2020-02-20 21:24:49 -05:00
ClementTsang
16ad47a85d
[skip travis] Update docs, add default config file.
2020-02-20 20:13:17 -05:00
ClementTsang
d6810cbba4
[skip travis] Update documentation.
2020-02-19 22:24:05 -05:00
ClementTsang
c377278974
[skip travis] Update documentation.
2020-02-19 22:21:18 -05:00
ClementTsang
c0fb2bac3f
[skip travis] Consistency in captialization.
2020-02-19 21:36:17 -05:00
ClementTsang
3824b22a50
[skip travis] More documentation updating. Moved compat. chart over to widgets section, rewording, and add note on colour issues on some terminals when setting custom colours.
2020-02-19 21:33:11 -05:00
ClementTsang
674bf73b32
[skip travis] Update README.
2020-02-19 19:57:54 -05:00
ClementTsang
c669b5337c
Add ability to still show data entries in the legend even if line is disabled.
2020-02-17 12:07:43 -05:00
ClementTsang
0de4b65e1a
[skip travis] Forgot a period, oops.
2020-02-17 00:21:42 -05:00
ClementTsang
3ae5248874
Update docs, update gif again.
2020-02-17 00:20:31 -05:00
ClementTsang
9fcbff99a3
Update GIF, add DELETE key to search options.
2020-02-16 21:54:29 -05:00
ClementTsang
f7ab907b74
[skip travis] Update documentation with widget specifics; prepare for release soon...
2020-02-16 21:12:31 -05:00
ClementTsang
c09c4a37c4
Update some documentation to reflect filter feature in CPU
2020-02-16 20:21:42 -05:00
ClementTsang
ccf58bace9
[skip travis] Some notes and readme changes... and an additional commit before starting next feature.
2020-02-15 18:15:25 -05:00
ClementTsang
59c0b3df62
[skip travis] Update documentation a bit.
2020-02-15 17:41:26 -05:00
ClementTsang
a18537040d
Updated README to reflect removal of debug flag for now.
2020-02-15 17:18:50 -05:00
Clement Tsang
aca6c268ab
[skip travis] reword readme for new widget flag
2020-02-14 03:39:37 -05:00
ClementTsang
debee7d9cb
[skip travis] Updated documentation.
2020-02-13 21:36:49 -05:00
ClementTsang
f0dad8f5bf
Added maximizing mode to allow users to zoom into a particular widget. Not 100% done.
2020-02-12 00:35:37 -05:00
ClementTsang
b17094d4b1
Add current cpu total flag to other OS
2020-02-11 00:34:39 -05:00
ClementTsang
f21c06f8ed
Update documentation and help menu for HJKL
2020-02-10 00:29:23 -05:00
ClementTsang
60b6a0911a
Major refactoring to appease clippy; potential reintroduction of hjkl keys to navigate widgets...
2020-02-10 00:16:11 -05:00
ClementTsang
95ef6c2c4c
[skip travis] Update compatability chart.
2020-02-09 22:14:02 -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
7000a2720d
[skip travis] update readme
2020-02-08 17:32:31 -05:00
ClementTsang
13d3e76dc6
[skip travis] Update README
2020-02-08 14:38:16 -05:00
ClementTsang
2123becb81
Added colour options to config; updated sample config to reflect this; updated README
2020-02-08 14:28:19 -05:00
ClementTsang
238e0c88e0
Update documentation again, also change temp a bit
2020-02-07 00:28:26 -05:00
ClementTsang
48107ac526
[skip travis] Update documentation for config.
2020-02-07 00:21:06 -05:00
ClementTsang
027220e285
[skip travis] Update documentation for config.
2020-02-07 00:19:50 -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
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
Clement Tsang
e11b9f299a
[skip travis] Update Readme.
2019-12-13 02:58:26 -05:00
ClementTsang
4bcf66cea5
Update README
2019-12-12 23:04:27 -05:00
ClementTsang
3687a55330
Re-use tui fork for now...
2019-12-06 23:48:38 -05:00
ClementTsang
7cbb540ffc
[skip travis] Minor README update.
2019-10-10 18:05:44 -04:00
ClementTsang
98999aa02c
[skip travis] Minor README update.
2019-10-10 18:05:26 -04:00
ClementTsang
d35ddf3c6a
Added hotkey to reset all data on screen.
2019-10-10 18:01:23 -04:00
ClementTsang
726006dbec
[skip travis] Minor README and help updates to be more clear.
2019-10-09 22:50:36 -04:00
ClementTsang
2dee648fe0
[skip travis] Update README.
2019-10-09 22:42:50 -04:00
ClementTsang
0697e44802
Added freezing of updates.
2019-10-09 22:34:09 -04:00
ClementTsang
2900ae2acf
Added help screen.
2019-10-09 22:00:10 -04:00
ClementTsang
34c102195d
Added scrolling for temp and disk list.
2019-09-25 16:43:13 -04:00
ClementTsang
12deeb9c46
Fixed linux issue.
2019-09-25 02:00:25 -04:00
ClementTsang
2e8f23a87a
Changes to README.
2019-09-25 02:00:25 -04:00
ClementTsang
f96d82ccb7
[skip travis] Update README.
2019-09-18 14:52:18 -04:00
ClementTsang
dfdd6b14d4
Update README, Cargo, and main
2019-09-17 23:48:35 -04:00
ClementTsang
db06f8201f
Potential fix for windows processes.
2019-09-17 00:24:36 -04:00
ClementTsang
c003871ae7
Update README.
2019-09-16 22:57:58 -04:00
ClementTsang
f5873db9ac
[skip travis] Changed name and some minor things.
2019-09-16 22:54:39 -04:00
ClementTsang
1ebe04ecb2
Added vim + keyboard bindings.
2019-09-16 22:39:57 -04:00
ClementTsang
0550402698
Added dd command on linux.
2019-09-16 21:45:48 -04:00
ClementTsang
0eb993d129
Added a few changes - fix for slow start time feel, changed cpu legend display, added logic to make avg cpu display over everything. Also changed tui source to a fork.
2019-09-15 01:29:49 -04:00
ClementTsang
2435b9d90c
Fixed tests.
2019-09-14 22:29:40 -04:00
ClementTsang
4846175638
Added error util, finished network graph.
2019-09-14 21:48:29 -04:00
ClementTsang
6d9ed34dcb
Added clap support for command line options, as well as tweaked some table placement.
2019-09-14 16:46:14 -04:00
ClementTsang
2032660230
Rudimentary charting for cpu and mem.
2019-09-11 00:52:51 -04:00
ClementTsang
ff89f1187f
Began working on populating fields.
2019-09-09 00:09:58 -04:00
ClementTsang
8b1e48a6b4
Update md files.
2019-09-08 01:28:03 -04:00
ClementTsang
d5fd76e511
Update some READMEs.
2019-09-08 01:11:01 -04:00
ClementTsang
96ef7dc106
Rename because puns.
2019-09-06 20:51:53 -04:00
ClementTsang
832d32700e
Added interval, disk tracking.
2019-09-06 00:05:50 -04:00
ClementTsang
243742de2a
Got the basics of process sorting done.
2019-09-05 18:28:54 -04:00
ClementTsang
2b8676ecf8
Added TODO list, and started more work.
2019-09-04 16:53:05 -04:00
ClementTsang
a1923e198c
Setup.
2019-09-03 23:27:25 -04:00
Clement Tsang
0cfcf323a1
Initial commit
2019-08-28 19:43:30 -04:00