summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-02-16CPU specific line filtering added.ClementTsang
2020-02-16Some basic setup for adding graph filtering; added delete key to allow dd-ing...ClementTsang
2020-02-15More minor refactoring to generalize the app search state struct.ClementTsang
2020-02-15Minor refactoring again.ClementTsang
2020-02-15Some minor refactoring; added a quick skip for invalid or blank searchesClementTsang
2020-02-15[skip travis] Some notes and readme changes... and an additional commit befor...ClementTsang
2020-02-15More refactoring of some code to make it cleaner.ClementTsang
2020-02-15Fixed issue with HJKL keys interfering with search widget. Oops!ClementTsang
2020-02-15Removed extra debug statements.ClementTsang
2020-02-14Merged async together.ClementTsang
2020-02-13Added ability to set default highlighted widget.ClementTsang
2020-02-12Removed unnecessary clone.ClementTsang
2020-02-12Added maximizing mode to allow users to zoom into a particular widget. Not 1...ClementTsang
2020-02-10Appease clippy more, remove clippy from travis for now.ClementTsang
2020-02-10More clippy fixing.ClementTsang
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-09Update sysinfo, add total network to windows/linux.ClementTsang
2020-02-09Made dialog screens affected by colour choice.ClementTsang
2020-02-08Update and clean up ? menu... some more work to be done thoughClementTsang
2020-02-08Added more options and removed cursor (merged with overall text highlighting)ClementTsang
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-07Add config optionsClementTsang
2020-02-05[skip travis] minor refactor of conversion fnsClementTsang
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-02Added flag functionality, made case insensitive default from now onClementTsang
2020-02-02Update documentation and added more flags for search as per last commitClementTsang
2020-02-02Made search look prettier and organized it a bit... also added match whole wo...ClementTsang
2020-02-02Removed Ctrl-hjkl as movement between widgets as Ctrl-j seemed to be broken.....ClementTsang
2020-02-02Add panic hook, fix cpu legend causing panic on small windowsClementTsang
2020-02-02Refactor i64 to u64 for positionClementTsang
2020-02-02Move ignore case to tabClementTsang
2020-02-02Fix process searching while scrolling... that was broken for a while, I guessClementTsang
2020-02-01Optimizing processes...ClementTsang
2020-01-28Lowered stale timing againClementTsang
2020-01-28Changed wording for case match default in flagsClementTsang
2020-01-28Added cleaning event loopClementTsang
2020-01-28Moved temp and drives over...ClementTsang
2020-01-26Moved CPU overClementTsang
2020-01-26Updated memory labels to be more straightforward in generation.ClementTsang
2020-01-26Converted mem over, will need to move the label over tooClementTsang
2020-01-25Reworked network again; will use this to change all widgetsClementTsang
2020-01-21Slightly optimized how networking is... I think.ClementTsang
2020-01-17Add Ctrl-A and Ctrl-E for searching to skip around to start and end respecti...ClementTsang
2020-01-17Add support for searching while frozenClementTsang
2020-01-16Add basic cursor movement + visuals + control to searchClementTsang
2020-01-15Added in-program hotkey (Ctrl-S) to switch search levels, need to add some GU...ClementTsang
2020-01-15Note this is not 100% complete - there's some nasty code used to just get fun...ClementTsang