Commit Graph

  • d9364410e8 Removing clippy again for now... ClementTsang 2020-02-17 21:44:47 -05:00
  • 6e5e172008 Travis nightly... man... ClementTsang 2020-02-17 21:30:16 -05:00
  • bd3e9b9b87 Add nightly clippy fix. ClementTsang 2020-02-17 20:47:59 -05:00
  • dbfe5467f1 Add nightly clippy fix. ClementTsang 2020-02-17 20:41:38 -05:00
  • 8b57f53edc Trying out travis releases... ClementTsang 2020-02-17 20:29:41 -05:00
  • 6dc78a0c0c Update how cpu disabling field looks. ClementTsang 2020-02-17 19:25:59 -05:00
  • 9b13ac1158 Skip 2 points to reduce CPU load. ClementTsang 2020-02-17 18:48:20 -05:00
  • 8e1c525e2a Fix issue introduced with searching and ctrl-u ClementTsang 2020-02-17 18:13:31 -05:00
  • b69eca0fc6 Change to focus on speed. ClementTsang 2020-02-17 18:13:13 -05:00
  • b3eafe711e Fix issue introduced with last commit on searching. ClementTsang 2020-02-17 17:53:49 -05:00
  • 4485d1b380 Some clippy and refactoring. ClementTsang 2020-02-17 17:42:51 -05:00
  • c669b5337c Add ability to still show data entries in the legend even if line is disabled. ClementTsang 2020-02-17 12:07:43 -05:00
  • 531e6ed76e [skip travis] Really redundant rustfmt update. ClementTsang 2020-02-17 00:50:39 -05:00
  • cbafbfc699 Minor rearrangement of CPU toggle location. ClementTsang 2020-02-17 00:40:39 -05:00
  • 0de4b65e1a [skip travis] Forgot a period, oops. ClementTsang 2020-02-17 00:21:42 -05:00
  • 3ae5248874 Update docs, update gif again. ClementTsang 2020-02-17 00:20:31 -05:00
  • b80259d4d2 Add ctrl-u, update in-program docs ClementTsang 2020-02-17 00:20:22 -05:00
  • 9fcbff99a3 Update GIF, add DELETE key to search options. ClementTsang 2020-02-16 21:54:18 -05:00
  • f7ab907b74 [skip travis] Update documentation with widget specifics; prepare for release soon... ClementTsang 2020-02-16 21:12:31 -05:00
  • e2039722eb Reversed CPU drawing order; this promotes average (if enabled) to draw on top. ClementTsang 2020-02-16 20:37:34 -05:00
  • c09c4a37c4 Update some documentation to reflect filter feature in CPU ClementTsang 2020-02-16 20:21:42 -05:00
  • 683a3d3a25 Merge pull request #9 from ClementTsang/add_graph_filtering Clement Tsang 2020-02-16 19:50:34 -05:00
  • 65634f23d4 Not implementing mem and network for now... sorry. ClementTsang 2020-02-16 19:50:10 -05:00
  • 01b1ec8380 Disabled for now... ClementTsang 2020-02-16 19:45:31 -05:00
  • 32e8be93b7 CPU title bar and esc sequencing. ClementTsang 2020-02-16 19:32:21 -05:00
  • 8856ea152e De-selected cpu lines are hidden from normal chart. ClementTsang 2020-02-16 18:40:13 -05:00
  • 8a718080a5 CPU specific line filtering added. ClementTsang 2020-02-16 17:48:24 -05:00
  • 74df90010d Some basic setup for adding graph filtering; added delete key to allow dd-ing, some refactoring. ClementTsang 2020-02-16 15:25:52 -05:00
  • 882e5d9289 More minor refactoring to generalize the app search state struct. ClementTsang 2020-02-15 20:25:32 -05:00
  • 4dc5a3f6d4 Minor refactoring again. ClementTsang 2020-02-15 20:16:05 -05:00
  • 51761400ce Some minor refactoring; added a quick skip for invalid or blank searches ClementTsang 2020-02-15 20:01:59 -05:00
  • 3224adf047 [skip travis] Add new documentation file; this is not filled out yet. ClementTsang 2020-02-15 18:16:52 -05:00
  • ccf58bace9 [skip travis] Some notes and readme changes... and an additional commit before starting next feature. ClementTsang 2020-02-15 18:14:05 -05:00
  • 0c48c5973f More refactoring of some code to make it cleaner. ClementTsang 2020-02-15 18:06:17 -05:00
  • 59c0b3df62 [skip travis] Update documentation a bit. ClementTsang 2020-02-15 17:41:26 -05:00
  • 05acba2f47 Fixed issue with HJKL keys interfering with search widget. Oops! ClementTsang 2020-02-15 17:34:59 -05:00
  • 470e431e55 Fixed network chart bug, changed search widget option positioning to always place at bottom. ClementTsang 2020-02-15 17:19:49 -05:00
  • a18537040d Updated README to reflect removal of debug flag for now. ClementTsang 2020-02-15 17:18:50 -05:00
  • 50dd079b9e Updated heim version. ClementTsang 2020-02-15 17:18:37 -05:00
  • 3b588f1ba9 Removed extra debug statements. ClementTsang 2020-02-15 16:45:09 -05:00
  • a7594efbe0 Merge pull request #8 from ClementTsang/multithread_collection Clement Tsang 2020-02-15 16:29:23 -05:00
  • 7a6d8f088c Some refactoring... I also tried to make the processes part mutlithreaded, but that saved negliglble time and increase cpu usage... ClementTsang 2020-02-15 16:28:44 -05:00
  • e05b5c46fe Merged async together. ClementTsang 2020-02-14 22:46:13 -05:00
  • aca6c268ab [skip travis] reword readme for new widget flag Clement Tsang 2020-02-14 03:39:37 -05:00
  • debee7d9cb [skip travis] Updated documentation. ClementTsang 2020-02-13 21:36:49 -05:00
  • fe5f911ad3 Added ability to set default highlighted widget. ClementTsang 2020-02-13 21:06:11 -05:00
  • 5ad522be43 Removed unnecessary clone. ClementTsang 2020-02-12 20:09:36 -05:00
  • 20b5efcc01 Added esc to title of maximized widgets ClementTsang 2020-02-12 19:55:58 -05:00
  • f0dad8f5bf Added maximizing mode to allow users to zoom into a particular widget. Not 100% done. ClementTsang 2020-02-11 21:16:43 -05:00
  • 908960f783 Potential fix for strange use% in macos...? ClementTsang 2020-02-11 00:45:13 -05:00
  • 0051477f56 Accidentally left in an extra line of code. ClementTsang 2020-02-11 00:41:28 -05:00
  • b17094d4b1 Add current cpu total flag to other OS ClementTsang 2020-02-11 00:34:22 -05:00
  • 6aaa53ec37 Appease clippy more, remove clippy from travis for now. ClementTsang 2020-02-10 21:59:57 -05:00
  • 7b07ba4cf7 Update config, travis. ClementTsang 2020-02-10 20:41:54 -05:00
  • 1ff2d78b41 Update travis to deny clippy errors. ClementTsang 2020-02-10 20:00:18 -05:00
  • c6eb66fd52 Merge branch 'master' of https://github.com/ClementTsang/bottom ClementTsang 2020-02-10 19:45:22 -05:00
  • a7025aca4a More clippy fixing. ClementTsang 2020-02-10 19:44:26 -05:00
  • 54da3e581e Update .travis.yml Clement Tsang 2020-02-10 02:14:01 -05:00
  • f21c06f8ed Update documentation and help menu for HJKL ClementTsang 2020-02-10 00:29:23 -05:00
  • f45b2d5711 Update travis to check clippy ClementTsang 2020-02-10 00:26:34 -05:00
  • 37b1d93d05 removed control + hjkl again, added shift + hjkl (or just HJKL) to navigate widgets ClementTsang 2020-02-10 00:26:17 -05:00
  • 60b6a0911a Major refactoring to appease clippy; potential reintroduction of hjkl keys to navigate widgets... ClementTsang 2020-02-10 00:16:11 -05:00
  • 7ec52b722b Some more changes to support sysinfo update Clement Tsang 2020-02-09 22:32:28 -05:00
  • dbc970abec Accidentally left in some code that prevented the total rx/tx from being shown on windows... oops. ClementTsang 2020-02-09 22:25:47 -05:00
  • 8098e45dcf Update canvas to support network change on windows ClementTsang 2020-02-09 22:19:05 -05:00
  • 95ef6c2c4c [skip travis] Update compatability chart. ClementTsang 2020-02-09 22:14:02 -05:00
  • 1ac6cdde2f Update sysinfo, add total network to windows/linux. ClementTsang 2020-02-09 22:11:03 -05:00
  • 5dd22c6c89 Minor refactoring. ClementTsang 2020-02-09 21:34:44 -05:00
  • 82cab62790 Made dialog screens affected by colour choice. ClementTsang 2020-02-09 21:27:02 -05:00
  • 4bc07debb4 Some minor formatting of dialog boxes, added back widget title to search bar ClementTsang 2020-02-09 19:23:11 -05:00
  • fac67e00ae Split up help screen into categories, hopefully this makes it easier to spot what you are looking for ClementTsang 2020-02-09 19:16:30 -05:00
  • 909fbd3571 Made the dd screen prettier. ClementTsang 2020-02-09 17:11:57 -05:00
  • 30f69e2ee0 [skip travis] update sample config again... left in a typo, oops ClementTsang 2020-02-08 22:39:45 -05:00
  • 4ac3a10fbf Update and clean up ? menu... some more work to be done though ClementTsang 2020-02-08 22:38:55 -05:00
  • b593a29e9c More cleaning up of new colour feature ClementTsang 2020-02-08 18:00:50 -05:00
  • 7000a2720d [skip travis] update readme ClementTsang 2020-02-08 17:32:31 -05:00
  • 8764b3092a Some cleaning up of the canvas colour setting feature ClementTsang 2020-02-08 16:39:50 -05:00
  • f3a70fbf6d Added more options and removed cursor (merged with overall text highlighting) ClementTsang 2020-02-08 16:00:43 -05:00
  • 13d3e76dc6 [skip travis] Update README ClementTsang 2020-02-08 14:38:16 -05:00
  • 2123becb81 Added colour options to config; updated sample config to reflect this; updated README ClementTsang 2020-02-08 14:28:19 -05:00
  • 238e0c88e0 Update documentation again, also change temp a bit ClementTsang 2020-02-07 00:28:26 -05:00
  • 48107ac526 [skip travis] Update documentation for config. ClementTsang 2020-02-07 00:21:06 -05:00
  • 027220e285 [skip travis] Update documentation for config. ClementTsang 2020-02-07 00:19:50 -05:00
  • 87e0223e64 [skip travis] Added sample toml file. ClementTsang 2020-02-07 00:17:02 -05:00
  • 96d405a353 Add config options ClementTsang 2020-02-06 23:58:33 -05:00
  • fc37cf7f3d Config with toml instead ClementTsang 2020-02-06 21:47:47 -05:00
  • 8782b327b9 [skip travis] minor refactor of conversion fns ClementTsang 2020-02-05 21:37:49 -05:00
  • a9565d21a3 Remove termion from Cargo, causes windows builds to fail ClementTsang 2020-02-05 20:37:37 -05:00
  • 7ea20283cf Update cargo to newer versions of crates ClementTsang 2020-02-05 19:53:42 -05:00
  • 0b857f6609 Remove useless to_vec() calls to reduce clones ClementTsang 2020-02-04 23:33:09 -05:00
  • 146424a1d4 [skip travis] Remove redundant code ClementTsang 2020-02-04 23:21:44 -05:00
  • e0115624a9 Refactoring - moved canvas into its own struct... time to do some more fun optimization. ClementTsang 2020-02-04 22:44:49 -05:00
  • 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) ClementTsang 2020-02-04 20:05:07 -05:00
  • a7bca4ec50 [skip travis] Update README to reflect updating tested rust version ClementTsang 2020-02-03 23:27:44 -05:00
  • 18ae433f22 Tweaked default colour to have better contrast, added labels back to network (note they won't show as of now due to tui-rs, but that should change with an upcoming TUI release) ClementTsang 2020-02-03 00:39:39 -05:00
  • 3779109180 [skip travis] Rounding added to mem totals ClementTsang 2020-02-03 00:14:14 -05:00
  • 7bf88dffd1 Fixed network chart to make it a bit more like before my changes ClementTsang 2020-02-03 00:06:54 -05:00
  • 0a13d75415 Made search drawing on canvas a bit more efficient if possible, fixed app positionings due to search repositioning ClementTsang 2020-02-02 23:36:44 -05:00
  • f9bd7a6f21 [skip travis] Update README for some more info ClementTsang 2020-02-02 23:35:50 -05:00
  • 06c404ac3b [skip travis] Update README to fix typo ClementTsang 2020-02-02 23:33:40 -05:00