summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2022-06-29feature: add note on how to exit if running in non-terminal (#761)Clement Tsang
2022-06-28feature: add check for whether the output is to a terminal (#760)Clement Tsang
2022-06-14docs: re-enable lib docs for development purposes (#750)Clement Tsang
2022-06-03refactoring: Move around components and state (#746)Clement Tsang
2022-05-16bug: fix a variety of bugsClementTsang
2022-05-15bug: fix issues with macos and windows during refactorClementTsang
2022-05-15refactor: more work towards unifying process codeClementTsang
2022-05-15refactor: begin migration of process widgetClementTsang
2022-05-07refactor: remove unneeded freeze paramClementTsang
2022-04-28bug: fix choosing an out of list bounds selecting the last entry (#717)Clement Tsang
2022-03-07other: fix clippy lints on vector reference params (#689)Clement Tsang
2021-12-27feature: add basic page up/down scrolling (#646)Clement Tsang
2021-07-31other: Add RISC-V to unofficially supported targets (#565)Clement Tsang
2021-06-22feature: add F9 as an alternative process kill key (#518)Clement Tsang
2021-06-06deps: Switch back from dirs-next to dirs (#492)Clement Tsang
2021-05-23refactor: remove old traces (#486)Clement Tsang
2021-05-06change: Adds advanced kill option to default config text (#462)Clement Tsang
2021-04-09change: Add decimal to actual memory usage in proc (#449)Clement Tsang
2021-04-07refactor: Unify disk conversion to string step (#446)Clement Tsang
2021-04-04feature: Rework network y-axis, linear interpolation for off-screen data (#437)Clement Tsang
2021-03-12feature: Add support for displaying load average (#392)pvanheus
2021-02-28feature: User info in proc widget for Unix-based systems (#425)Clement Tsang
2021-02-19deps: Update various deps as per 2021-02-19 (#420)Clement Tsang
2021-02-16feature: Add ctrl-w and ctrl-h support in the search (#409)Clement Tsang
2021-01-01feature: Add network interface filtering (#381)Clement Tsang
2020-12-11refactor: Use feature flags to avoid building with fern and log (#351)Clement Tsang
2020-12-11refactor: Another small optimization pass (#350)Clement Tsang
2020-12-10bug: Fix some performance regressions (#344)Clement Tsang
2020-11-19feature: Add mem_as_value flag (#309)Clement Tsang
2020-11-18feature: Add collapsible tree entries (#304)Clement Tsang
2020-11-01deps: switch from dirs to dirs-next (#285)Clement Tsang
2020-10-17refactor: Remove redundant as_ref() calls (#268)Clement Tsang
2020-10-02other: more traces to debug, update some deps (#264)Clement Tsang
2020-10-02bug: terminate threads, fix blocking poll in input (#262)Clement Tsang
2020-10-01bug: use cmdline for Linux proc name if >=15 chars (#261)Clement Tsang
2020-09-30Use tmp_dir rather than /tmp/ (#260)Clement Tsang
2020-09-30feature: add --debug flag for logging (#259)Clement Tsang
2020-09-22feature: Beginnings of in-app config (#231)Clement Tsang
2020-09-09refactor: rewrite column algorithm (#227)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-09-06fix: Fixes count being sortable, but nothing occuring (#224)Clement Tsang
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
2020-08-31other: Add autocomplete file generation (#213)Clement Tsang
2020-08-29feature: Add mouse click support for moving between widgets (#208)Clement Tsang
2020-08-28feature: Adaptive network widget (#206)Clement Tsang
2020-08-26bug: fix searching by command being broken (#204)Clement Tsang
2020-08-25bug: fix grouping being broken after refactor (#201)0.4.6Clement Tsang
2020-08-22bug: fix freezing not affecting processes during search and sortClement Tsang
2020-08-21feature: Support memb (mem bytes) searching in processesClement Tsang