Commit Graph

  • 70779c078d docs: update help and README for bindings ClementTsang 2020-04-28 22:46:48 -04:00
  • 554505b221 changelog: Add #134 to changelog Clement Tsang 2020-04-28 17:51:05 -04:00
  • 52eb7121c5 docs: mention updating rust for manual build Clement Tsang 2020-04-28 17:49:17 -04:00
  • ee84d799bf docs: add andys8 as a contributor (#137) allcontributors[bot] 2020-04-28 17:44:30 -04:00
  • e850d3d2a8 Kill dialog: vim navigation (#134) Andy 2020-04-28 23:43:15 +02:00
  • 2faf3c6592 refactor: revert linear interpolation until tui fix comes Clement Tsang 2020-04-28 16:44:10 -04:00
  • de3a1fb7c0 Merge pull request #131 from ClementTsang/battery_flag Clement Tsang 2020-04-27 16:59:07 -04:00
  • 78e3c37947 refactor: fix clippy errors ClementTsang 2020-04-27 16:40:45 -04:00
  • 15dba2e6cf bug: fix empty widget in layout ClementTsang 2020-04-27 16:00:16 -04:00
  • 8e4f6a3a02 feature: add battery flag ClementTsang 2020-04-27 15:52:39 -04:00
  • 8534d42f1b refactor: separate state to different file ClementTsang 2020-04-27 13:48:56 -04:00
  • 3d6ebc5152 docs: update README for some typos and clarity ClementTsang 2020-04-27 13:35:23 -04:00
  • 24f5717125 cargo: switch to personal fork of tui-rs for now to deal with subtraction bug in lines ClementTsang 2020-04-26 20:18:29 -04:00
  • e33dbbd350 clippy: remove redundant clone ClementTsang 2020-04-26 20:08:02 -04:00
  • 80548457f9 refactor: cleaned up some of the concurrent parts ClementTsang 2020-04-26 19:47:39 -04:00
  • 647c8448dc docs: Update battery documentation to include health ClementTsang 2020-04-26 00:12:33 -04:00
  • cf48561777 feature: add battery health percentage Clement Tsang 2020-04-26 00:11:34 -04:00
  • 3a6f7a6750 refactor: changed how we set help text on resize and init Clement Tsang 2020-04-25 17:32:31 -04:00
  • 863e780f2f change: add scrolling to help menu Clement Tsang 2020-04-24 19:17:58 -04:00
  • 99fe0a1844 Merge pull request #126 from ClementTsang/update_tests Clement Tsang 2020-04-23 16:03:07 -04:00
  • 9fe6e7d4d2 clippy: use suggested to_string and dereferencing ClementTsang 2020-04-23 15:51:31 -04:00
  • 263f9e55d3 ci: update travis ClementTsang 2020-04-23 15:44:17 -04:00
  • e19368e5c9 chore: update changelog ClementTsang 2020-04-23 15:43:09 -04:00
  • f4c6cb95e4 test: add config tests, update arg tests ClementTsang 2020-04-23 15:33:51 -04:00
  • a6b48921ee refactor: hoist painter creation up to avoid having to clean if fail ClementTsang 2020-04-23 15:33:31 -04:00
  • 04e4c32aec refactor: update error messages and hex error detection ClementTsang 2020-04-23 15:33:13 -04:00
  • b1f86262f3 refactor: update error messages to be more uniform ClementTsang 2020-04-23 14:10:59 -04:00
  • 4d512afdae refactor: update arg tests to use new binary env ClementTsang 2020-04-23 13:29:10 -04:00
  • 481275f61d Merge pull request #125 from ClementTsang/fix_config_gen Clement Tsang 2020-04-22 17:43:29 -04:00
  • 87dba602f9 fix: Fixes typo in config generation ClementTsang 2020-04-22 17:26:50 -04:00
  • 121370e9f4 docs: update default config ClementTsang 2020-04-22 17:19:36 -04:00
  • 25addaee63 chore: Add some words to VS Code dict ClementTsang 2020-04-22 17:13:05 -04:00
  • 9dde1f8656 refactor: Update tui to 0.9; refactor with new features (#123) Clement Tsang 2020-04-20 00:38:57 -04:00
  • 7004649a6d Move to tui-rs' built in linear interpolation ClementTsang 2020-04-20 00:29:59 -04:00
  • 0574678746 Move to stateful except for CPU ClementTsang 2020-04-19 23:39:24 -04:00
  • 83dad154b9 Fix formatting. ClementTsang 2020-04-19 18:05:52 -04:00
  • dd299aefab Update README... ClementTsang 2020-04-19 17:57:43 -04:00
  • f334a72fb1 Made table gap optional rather than enforced ClementTsang 2020-04-19 17:45:32 -04:00
  • b42583e04c Remove header gap in most tables ClementTsang 2020-04-18 22:54:35 -04:00
  • 90e1e9f4cb Fix bug with network legend ClementTsang 2020-04-18 21:11:20 -04:00
  • 207444fbbf Update network legend again ClementTsang 2020-04-18 20:42:28 -04:00
  • 2365a58eff Update changelog ClementTsang 2020-04-18 19:54:35 -04:00
  • 7248298995 Update highlight to light blue; new network legend ClementTsang 2020-04-18 19:50:31 -04:00
  • 92315ea1d7 Fix incorrect changelog ClementTsang 2020-04-18 18:08:05 -04:00
  • bc571588e4 refactor: Update tui to 0.9; refactor with new features ClementTsang 2020-04-18 18:05:41 -04:00
  • 57b65ce750 opt: optimize images (#121) imgbot[bot] 2020-04-16 20:24:38 -04:00
  • 163f6823a2 feature: Add battery widget (#120) Clement Tsang 2020-04-16 20:06:50 -04:00
  • 45e9ba1234 docs: Add choco URL for reference Clement Tsang 2020-04-14 19:32:25 -04:00
  • 3e6b7ed30c docs: Update maximizing to be a bit more clear Clement Tsang 2020-04-13 14:16:43 -04:00
  • 4a4a9cf221 bug: Fix dd failing on non-first entries (#116) Clement Tsang 2020-04-12 19:26:32 -04:00
  • bcfd09da88 change: highlight borders & table headers to cyan (#115) Clement Tsang 2020-04-12 18:27:58 -04:00
  • ac8dabb2af docs: Be more clear about versions and details ClementTsang 2020-04-12 00:19:27 -04:00
  • a351f05d4a feature: Show process state (#114) Clement Tsang 2020-04-11 21:02:27 -04:00
  • f210681ae7 feature: add io and io/s for processes (#113) Clement Tsang 2020-04-10 20:18:26 -04:00
  • cf4249c988 Add tagged builds into travis build restriction ClementTsang 2020-04-10 20:02:25 -04:00
  • 99516ca143 chore: Delete docs folder and update lock ClementTsang 2020-04-09 15:28:43 -04:00
  • 28c27272d7 deps: sysinfo from 0.12.0 to 0.13.0 (#112) dependabot-preview[bot] 2020-04-09 11:13:52 -04:00
  • 502b821144 chore: Add Cargo.lock back in 0.3.0-2 ClementTsang 2020-04-08 19:44:29 -04:00
  • 84571583c1 Update 0.3.0 release date Clement Tsang 2020-04-07 23:32:16 -04:00
  • 95f99a0254 ci: remove branch restrictions for travis 0.3.0 ClementTsang 2020-04-07 23:02:22 -04:00
  • ba5c2734cf refactor: Remove debug. ClementTsang 2020-04-07 22:38:53 -04:00
  • 7d9ad1ee78 bug: Fix sizing in search and broken tab logic Clement Tsang 2020-04-07 22:38:22 -04:00
  • b32c984843 bug: Fix sorting processes by name being case-sensitive Clement Tsang 2020-04-07 21:42:57 -04:00
  • 46e0eee1d3 bug: fix issue with proc widget merging if in the same column as another ClementTsang 2020-04-07 21:15:58 -04:00
  • d2434bf8ad uptick: 0.3.0 Clement Tsang 2020-04-07 21:07:24 -04:00
  • 07efc3f301 opt: Only recalculate rect layout if resize or startup ClementTsang 2020-04-06 23:38:00 -04:00
  • 9127cb1468 refactor/bug: Array bound checking, fix CPU jump Clement Tsang 2020-04-06 23:04:04 -04:00
  • 0a63ee46ef refactor: Deal with some cognitive complexity Clement Tsang 2020-04-06 00:40:55 -04:00
  • c2eaaed8b7 docs: Add changelog ClementTsang 2020-04-05 23:40:49 -04:00
  • a40ddce84f deps: Upgrade crossterm and sysinfo (#105) Clement Tsang 2020-04-05 23:20:22 -04:00
  • 15a3eb4c7e (docs) Be more specific about manual installation ClementTsang 2020-04-04 23:20:50 -04:00
  • 09ab88e7bf [ImgBot] Optimize images (#104) imgbot[bot] 2020-04-04 20:35:02 -04:00
  • e30ec757f7 (docs) Update README to contain info about basic ClementTsang 2020-04-04 18:36:20 -04:00
  • ba0fbf808e (perf) Avoid harvesting if widget is not being displayed Clement Tsang 2020-04-04 18:29:32 -04:00
  • 620d614f12 (docs): Updates docs and removes a debug Clement Tsang 2020-04-03 01:16:23 -04:00
  • 4b756e9fe9 Merge pull request #101 from ClementTsang/imgbot Clement Tsang 2020-04-03 01:16:10 -04:00
  • 14c58507c0 (docs): Updates docs and removes a debug ClementTsang 2020-04-03 01:14:41 -04:00
  • a30f0bc929 [ImgBot] Optimize images ImgBotApp 2020-04-03 05:10:24 +00:00
  • 2a5d071096 (docs): Update README to be a bit nicer Clement Tsang 2020-04-03 01:09:27 -04:00
  • a9c6b227a6 Update pull_request_template.md Clement Tsang 2020-04-03 00:53:11 -04:00
  • 572d665a8a (docs): Update README to be a bit nicer ClementTsang 2020-04-02 21:23:11 -04:00
  • ebceed123d docs: add shilangyu as a contributor (#99) allcontributors[bot] 2020-04-02 20:54:18 -04:00
  • d82dae0b8d Added scoop installation instructions (#89) Marcin Wojnarowski 2020-04-03 02:52:57 +02:00
  • 0b1d84fdf5 Add modularity to widget placement and inclusion (#95) Clement Tsang 2020-04-01 20:31:43 -04:00
  • c1a19f960f Reworded a bit of the PR template Clement Tsang 2020-03-30 00:49:12 -04:00
  • 8b5414cc01 Update pull_request_template.md Clement Tsang 2020-03-30 00:46:41 -04:00
  • f44de81874 Update assert_cmd requirement from 0.12 to 1.0 (#94) dependabot-preview[bot] 2020-03-27 18:33:51 -04:00
  • 8c418dc2c2 Update travis for windows build ClementTsang 2020-03-23 23:02:29 -04:00
  • c4dca935f1 Moved badge Clement Tsang 2020-03-20 11:10:55 -04:00
  • 8ea83d6feb Update README to fit in ac Clement Tsang 2020-03-20 11:09:55 -04:00
  • cbd4841ab6 docs: add mqudsi as a contributor (#88) allcontributors[bot] 2020-03-20 11:07:41 -04:00
  • 3d83f5f967 docs: add shilangyu as a contributor (#86) allcontributors[bot] 2020-03-20 11:06:12 -04:00
  • 2ce99d3c43 [skip travis] Add contributor Clement Tsang 2020-03-19 21:04:38 -04:00
  • 2b418fb506 Fix division by zero when memory data is not available (#85) Mahmoud Al-Qudsi 2020-03-19 20:03:52 -05:00
  • cd6187ec5f Change the wording of some items in the README Clement Tsang 2020-03-17 19:21:37 -04:00
  • 790e1044cf Remove "tests" folder from travis, rename tar Clement Tsang 2020-03-15 19:37:50 -04:00
  • a17bf0b973 Update pull_request_template.md Clement Tsang 2020-03-13 01:09:21 -04:00
  • 1968bb14b4 Cleanup before modularity (#84) Clement Tsang 2020-03-13 01:07:24 -04:00
  • d9747f78e8 Uptick chocolatey version (in moderation) Clement Tsang 2020-03-13 00:47:10 -04:00
  • d07cee0f7e Fix cpu legend colouring (#83) Clement Tsang 2020-03-11 01:02:47 -04:00