summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-10-09Added freezing of updates.0.1.0-alpha-4ClementTsang
2019-10-09Added help screen.ClementTsang
2019-10-09Fix for cleaning times, as well as made it not run every loop.ClementTsang
2019-10-06Added way of removing stale entries in the old PID list.ClementTsang
2019-10-05Removed unsafe unwrapsClementTsang
2019-10-04Added arrows to indicate process sorting directionClementTsang
2019-10-03Added RAM values to chart.ClementTsang
2019-09-25Added scrolling for temp and disk list.ClementTsang
2019-09-25Added const to make rate switching in the future easier.0.1.0-alpha-3ClementTsang
2019-09-25Added arrow key control for processes and the like, and fixed off by one error.ClementTsang
2019-09-25Changed how we handle total mem = 0 cases; made it so that it just sets a rea...ClementTsang
2019-09-25Fix for divide by zero if swap/mem was 0ClementTsang
2019-09-25[skip travis] Added comment.ClementTsang
2019-09-25Fixed linux issue.ClementTsang
2019-09-25Added dd for windows.Clement Tsang
2019-09-25More fixes for Windows.Clement Tsang
2019-09-25Support for key events in windows works.Clement Tsang
2019-09-25Added some more support for windows.Clement Tsang
2019-09-24Bump up version of crossterm, fix some bugs.ClementTsang
2019-09-17Update README, Cargo, and mainClementTsang
2019-09-17[skip travis] More todos.ClementTsang
2019-09-17Potential fix for windows processes.ClementTsang
2019-09-16Changed toml one more time.0.1.0-alpha-1ClementTsang
2019-09-16Moved description to cargo.toml.ClementTsang
2019-09-16[skip travis] Changed name and some minor things.ClementTsang
2019-09-16Added vim + keyboard bindings.ClementTsang
2019-09-16Added dd command on linux.ClementTsang
2019-09-16Fixed off by one error with scrolling.ClementTsang
2019-09-16Modified errors in data_collection portion to use the newer error type added ...ClementTsang
2019-09-16Added scrolling in processes.ClementTsang
2019-09-16Added reads and writes for disk.ClementTsang
2019-09-15Added scrolling event, need to implement across processes now.ClementTsang
2019-09-15[skip travis] Changed rustfmt, formatting.ClementTsang
2019-09-15Added a few changes - fix for slow start time feel, changed cpu legend displa...ClementTsang
2019-09-15Made charting look better, switched back to braille markers (its the only way...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-11More refactoring; added logging and error files.ClementTsang
2019-09-11Dealt with canvas a bit more, removed some redundant code.ClementTsang
2019-09-11Changed layout again.ClementTsang
2019-09-11Added temp setting to app, need to add to data collection. Also refactoring ...ClementTsang
2019-09-11Refactoring. Lots of it.ClementTsang
2019-09-11More refactoring.ClementTsang
2019-09-11Hopefully made a much better process CPU tracker... this matchs top pretty cl...ClementTsang
2019-09-11Rudimentary charting for cpu and mem.ClementTsang
2019-09-11Added stale data filtering.ClementTsang
2019-09-10Re-added timing, refactored.ClementTsang
2019-09-10Fixed memory issue.ClementTsang