summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-05-06deps: migrate to starship-battery (#724)Clement Tsang
2022-05-01bug: fix panic if battery feature was disabledClementTsang
2022-04-29refactor: refactor some tests (#718)Clement Tsang
2022-04-29Merge pull request #710 from ClementTsang/consolidate_component_drawingClement Tsang
2022-04-28refactor: consolidate time graph componentsClementTsang
2022-04-28bug: fix choosing an out of list bounds selecting the last entry (#717)Clement Tsang
2022-04-28refactor: remove dead config screen codeClementTsang
2022-04-28refactor: remove trait usage in component drawingClementTsang
2022-04-27deps: update dependencies (#713)Clement Tsang
2022-04-27bug: change as_ref() to build in Rust beta 1.61.0 (#711)Clement Tsang
2022-03-27refactor: remove some simple as-casts (#697)Clement Tsang
2022-03-20docs: shorten some of the -h help dialogClementTsang
2022-03-11other: add manpage file to cargo deb config, move back to build script (#693)Clement Tsang
2022-03-07deps: update clap to 3.x (#690)Clement Tsang
2022-03-07other: fix clippy lints on vector reference params (#689)Clement Tsang
2022-02-13Add support for nvidia GPUsshurizzle
2022-02-02Refresh sysinfo CPUFrederick Zhang
2022-01-27bug: fix issues caused by having a width that is too small (#665)Clement Tsang
2022-01-20Update sysinfo versionGuillaume Gomez
2021-12-31Remove unused constantsMateusz Mikuła
2021-12-30Replace statics with consts where possibleMateusz Mikuła
2021-12-28Fix Clippy warnings (#647)Mateusz Mikuła
2021-12-27feature: add basic page up/down scrolling (#646)Clement Tsang
2021-12-23deps: update time to 0.3.5 (#643)Clement Tsang
2021-12-22docs: Add comment/changelog about not including guest twice0.6.6ClementTsang
2021-12-21bug: Fix process CPU calculation if /proc/stat CPU line has less values than ...Clement Tsang
2021-12-19bug: Fix process command flag breaking sorting (#627)Clement Tsang
2021-10-17deps: bump deps, remove chrono (#600)Clement Tsang
2021-09-25bug: remove incorrect shortcut from docs/help (#589)Clement Tsang
2021-08-19other: Make the battery dependency/features optional (#570)Clement Tsang
2021-07-31other: Add RISC-V to unofficially supported targets (#565)Clement Tsang
2021-07-23change: add '/s' to network usage legend (#557)Clement Tsang
2021-07-17refactor: switch to manual implementation of meminfo parse (#548)Clement Tsang
2021-07-17bug: switch over to procfs for linux mem usage (#547)Clement Tsang
2021-07-16bug: Fix swap calculation for Linux (#546)Clement Tsang
2021-07-15bug: move linux mem used to kilobytes too as workaroundClementTsang
2021-07-15bug: fix inaccuracy in memory usage/total on macOS and Linux (#545)Clement Tsang
2021-07-14bug: scaling -> scale in some docs, help, and config (#543)Clement Tsang
2021-07-14bug: Fix missing config options in docs and default config (#542)Clement Tsang
2021-07-12refactor: remove beef dependency for nowClementTsang
2021-06-26bug: Divide Windows process cpu usage by number of processors (#525)Clement Tsang
2021-06-22feature: add F9 as an alternative process kill key (#518)Clement Tsang
2021-06-21docs: migrate documentation over to mkdocs (#506)Clement Tsang
2021-06-20bug: Fix battery widget color and mouse (#504)Clement Tsang
2021-06-18refactor: Fix clippy lint for entry vacancy check (#503)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-15refactor: split up data collection by OS (#482)Clement Tsang
2021-05-13refactor: switch to procfs library (#479)Clement Tsang
2021-05-11bug: forgot to create memory usage string when collapsed (#473)Clement Tsang