summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-01-04[skip travis] Add Home/End keys to navigate tablesClementTsang
2020-01-03[skip travis] More documentation tweakingClementTsang
2020-01-02Some documentation changesClementTsang
2020-01-02Fix mouse scrolling in windowsClement Tsang
2020-01-01Added dialog for dd, added error message if fail to dd, cleaned up some stuffClementTsang
2019-12-31Add new option to allow for seeing cpu usage in processes as a percentage of ...ClementTsang
2019-12-28Fix typo in code... oops.ClementTsang
2019-12-27Refactoring (note graphs are shrunk for next commit) of canvasClementTsang
2019-12-27[skip travis] Add field for total rx and tx display in the canvas; note this ...ClementTsang
2019-12-27Some cleaning to avoid duplicate codeClementTsang
2019-12-26Add random colour generation to allow for dealing with large multicore system...ClementTsang
2019-12-25Add g and GG logicClementTsang
2019-12-25Redid some of the networking portion, changed cargo a bit, some refactoringClementTsang
2019-12-25Update to newer version of cratesClementTsang
2019-12-22Some simple fixes to abide by clippyClement Tsang
2019-12-16Add double tap key timeout to prevent accidental dd'sClementTsang
2019-12-15Update controls.ClementTsang
2019-12-14Switch to log scale for networks to allow a scale from 0 bytes to 1 GiB.ClementTsang
2019-12-13Tweaked mouse and keyboard accept ratesClement Tsang
2019-12-13Fix for winapiClement Tsang
2019-12-13Rename error name.Clement Tsang
2019-12-13Fixed problem with invalid vector index access.Clement Tsang
2019-12-13Change to datacol to deal with windows problem.Clement Tsang
2019-12-11Tweaked scroll rejection period.ClementTsang
2019-12-07Add debug flagClementTsang
2019-12-06Update tui version... legends aren't showing up yet, will have to fork again.ClementTsang
2019-11-05Fanagle with tui. Going to probably put this on halt until tui-rs pushes a n...ClementTsang
2019-10-12Also added a keyboard delay handler just in case...ClementTsang
2019-10-12Fixed problem caused by overfilling the input queue with scroll events.ClementTsang
2019-10-12Separated stale and display constants.ClementTsang
2019-10-10Added hotkey to reset all data on screen.ClementTsang
2019-10-10Minor change to fern init results and added to error fileClementTsang
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-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-25[skip travis] Added comment.ClementTsang
2019-09-25Fixed linux issue.ClementTsang
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-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