summaryrefslogtreecommitdiffstats
path: root/src/app.rs
AgeCommit message (Expand)Author
2020-01-01Added dialog for dd, added error message if fail to dd, cleaned up some stuffClementTsang
2020-01-01[skip travis] Add check to prevent improper dd while on another panelClementTsang
2020-01-01Add scrolling to CPU list.ClementTsang
2020-01-01Fix issue with network legend, by moving it down.ClementTsang
2019-12-31Add new option to allow for seeing cpu usage in processes as a percentage of ...ClementTsang
2019-12-29Fix processes in windowsClement Tsang
2019-12-28Rearrange to fit legend and extra info.ClementTsang
2019-12-27Refactoring (note graphs are shrunk for next commit) of canvasClementTsang
2019-12-25Add g and GG logicClementTsang
2019-12-16Add double tap key timeout to prevent accidental dd'sClementTsang
2019-12-06Update tui version... legends aren't showing up yet, will have to fork again.ClementTsang
2019-10-09Added freezing of updates.0.1.0-alpha-4ClementTsang
2019-10-09Added help screen.ClementTsang
2019-09-25Added scrolling for temp and disk list.ClementTsang
2019-09-25More fixes for Windows.Clement Tsang
2019-09-16Added vim + keyboard bindings.ClementTsang
2019-09-16Added dd command on linux.ClementTsang
2019-09-16Modified errors in data_collection portion to use the newer error type added ...ClementTsang
2019-09-16Added reads and writes for disk.ClementTsang
2019-09-15Added scrolling event, need to implement across processes now.ClementTsang
2019-09-14Added error util, finished network graph.ClementTsang
2019-09-14Added average cpu option.ClementTsang
2019-09-14Added clap support for command line options, as well as tweaked some table pl...ClementTsang
2019-09-13Hopefully smoothed out curve a bit.ClementTsang
2019-09-11Added temp setting to app, need to add to data collection. Also refactoring ...ClementTsang