summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-12Added esc to title of maximized widgetsClementTsang
2020-02-12Added maximizing mode to allow users to zoom into a particular widget. Not 1...ClementTsang
2020-02-11Potential fix for strange use% in macos...?ClementTsang
2020-02-11Accidentally left in an extra line of code.ClementTsang
2020-02-11Add current cpu total flag to other OSClementTsang
2020-02-10Appease clippy more, remove clippy from travis for now.ClementTsang
2020-02-10Update config, travis.ClementTsang
2020-02-10Update travis to deny clippy errors.ClementTsang
2020-02-10Merge branch 'master' of https://github.com/ClementTsang/bottomClementTsang
2020-02-10More clippy fixing.ClementTsang
2020-02-10Update .travis.ymlClement Tsang
2020-02-10Update documentation and help menu for HJKLClementTsang
2020-02-10Update travis to check clippyClementTsang
2020-02-10removed control + hjkl again, added shift + hjkl (or just HJKL) to navigate w...ClementTsang
2020-02-10Major refactoring to appease clippy; potential reintroduction of hjkl keys to...ClementTsang
2020-02-09Some more changes to support sysinfo updateClement Tsang
2020-02-09Accidentally left in some code that prevented the total rx/tx from being show...ClementTsang
2020-02-09Update canvas to support network change on windowsClementTsang
2020-02-09[skip travis] Update compatability chart.ClementTsang
2020-02-09Update sysinfo, add total network to windows/linux.ClementTsang
2020-02-09Minor refactoring.ClementTsang
2020-02-09Made dialog screens affected by colour choice.ClementTsang
2020-02-09Some minor formatting of dialog boxes, added back widget title to search barClementTsang
2020-02-09Split up help screen into categories, hopefully this makes it easier to spot ...ClementTsang
2020-02-09Made the dd screen prettier.ClementTsang
2020-02-08[skip travis] update sample config again... left in a typo, oopsClementTsang
2020-02-08Update and clean up ? menu... some more work to be done thoughClementTsang
2020-02-08More cleaning up of new colour featureClementTsang
2020-02-08[skip travis] update readmeClementTsang
2020-02-08Some cleaning up of the canvas colour setting featureClementTsang
2020-02-08Added more options and removed cursor (merged with overall text highlighting)ClementTsang
2020-02-08[skip travis] Update READMEClementTsang
2020-02-08Added colour options to config; updated sample config to reflect this; update...ClementTsang
2020-02-07Update documentation again, also change temp a bitClementTsang
2020-02-07[skip travis] Update documentation for config.ClementTsang
2020-02-07[skip travis] Update documentation for config.ClementTsang
2020-02-07[skip travis] Added sample toml file.ClementTsang
2020-02-07Add config optionsClementTsang
2020-02-06Config with toml insteadClementTsang
2020-02-05[skip travis] minor refactor of conversion fnsClementTsang
2020-02-05Remove termion from Cargo, causes windows builds to failClementTsang
2020-02-05Update cargo to newer versions of cratesClementTsang
2020-02-04Remove useless to_vec() calls to reduce clonesClementTsang
2020-02-04[skip travis] Remove redundant codeClementTsang
2020-02-04Refactoring - moved canvas into its own struct... time to do some more fun op...ClementTsang
2020-02-04Update Cargo, changed the CLI flags for search a bit along with the docs to b...ClementTsang
2020-02-03[skip travis] Update README to reflect updating tested rust versionClementTsang
2020-02-03Tweaked default colour to have better contrast, added labels back to network ...ClementTsang
2020-02-03[skip travis] Rounding added to mem totalsClementTsang
2020-02-03Fixed network chart to make it a bit more like before my changesClementTsang