summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-09-06feature: Adds tree view (#223)Clement Tsang
Adds a tree process view to bottom. Currently uses a pretty jank method of column width setting, should get fixed in #225.
2020-09-06fix: Fixes count being sortable, but nothing occuring (#224)Clement Tsang
Fixes sorting by count being available, but doing nothing. This fix makes it sortable.
2020-09-05fix: Fix mouse detection not working on proc after closing searchClementTsang
2020-09-03other: Windows compilation stuff (#222)Clement Tsang
Some Windows compilation/deploy stuff. Mostly just a catch-all for some chores.
2020-09-03other: Add missing shebang to husky pre-push scriptClementTsang
2020-09-03bug: change heim io fn to not bail on any errorClementTsang
2020-09-02docs: rename demo gifClementTsang
2020-09-02chore: [ImgBot] Optimize images (#221)imgbot[bot]
*Total -- 134.20kb -> 116.22kb (13.4%) /assets/temp_filter_pre.png -- 45.44kb -> 37.86kb (16.69%) /assets/disk_filter_pre.png -- 26.47kb -> 22.86kb (13.66%) /assets/temp_filter_post2.png -- 20.45kb -> 17.82kb (12.87%) /assets/disk_filter_post2.png -- 16.96kb -> 15.10kb (10.97%) /assets/disk_filter_post.png -- 16.90kb -> 15.11kb (10.6%) /assets/temp_filter_post.png -- 7.97kb -> 7.48kb (6.25%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
You can now filter out disks and temp sensors by name via config.
2020-09-02bug: fix being able to click widgets when dd-dialog was open (#219)Clement Tsang
Fixes a bug where you could click on a widget when dd's dialog was open.
2020-09-02doc: Update README for ARM infoClement Tsang
2020-09-02ci: Fix missing equals sign (#218)Clement Tsang
2020-09-02other: aarch64 support (#217)Clement Tsang
Adds theoretical aarch64 support.
2020-09-01bug: fix broken check from last commit, add testsClementTsang
2020-09-01other: Add config error if default_widget_count is not used with ↵ClementTsang
default_widget_type
2020-09-01docs: Update READMEClementTsang
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
Refactoring and updating of error messages + tests to be more useful.
2020-08-31bug: Use correct labels for sensors in Linux (#215)Clement Tsang
Update temperature sensors in Linux to use labels + names rather than just names.
2020-08-31docs: Update some arguments, and documentation (#214)Clement Tsang
Some more updates to arguments and documentation.
2020-08-31other: Add autocomplete file generation (#213)Clement Tsang
Adds shell completion generation as part of the build, as well as tweaking install scripts/templates/CI to use them.
2020-08-29deps: Update battery, sysinfoClementTsang
2020-08-29feature: Allow Ctrl-F and / to work in sort (#212)Clement Tsang
Fixes a bug, and also allows `Ctrl-F` and `/` to work in the sort widget.
2020-08-29feature: Add mouse click support for moving between widgets (#208)Clement Tsang
Adds mouse support to the application, to move between widgets and click on elements. List of things to added: - Click to move between widgets - Click to move between widgets in basic mode - Click on widget entries - Ability to disable mouse if you don't like it, I guess
2020-08-29bug: fix bug where you could move down in basic proc when search was off (#211)Clement Tsang
Fixes a bug where you could move down in a process widget even if search was disabled while in basic mode.
2020-08-28docs: add tim77 as a contributor (#209)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-08-28Add Fedora/CentOS installation instructions (#207)Artem Polishchuk
2020-08-28feature: Adaptive network widget (#206)Clement Tsang
Allows the network widget graph to grow/shrink with current data, rather than using a static size.
2020-08-26uptick: 0.4.70.4.7ClementTsang
2020-08-26docs: Update CONTRIBUTING.md with note on cargo-huskyClementTsang
2020-08-26docs: Update changelogClementTsang
2020-08-26chore: [ImgBot] Optimize images (#203)imgbot[bot]
/assets/sort.png -- 280.22kb -> 233.91kb (16.53%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-08-26bug: fix searching by command being broken (#204)Clement Tsang
Fixes searching by command name being broken.
2020-08-26docs: Fix incorrect headingClementTsang
2020-08-26docs: Update README to include sortingClementTsang
2020-08-25ci: Update winget template with more detailsClementTsang
2020-08-25ci: Fix winget templateClement Tsang
2020-08-25ci: minor CI fixes for automatic deploys (#202)Clement Tsang
Mainly missing some `cd` lines in AUR builds and clarifying the macOS config location.
2020-08-25bug: fix grouping being broken after refactor (#201)0.4.6Clement Tsang
Fixes grouping not working properly after some refactoring done in 0.4.6.
2020-08-25docs: Update changelogClementTsang
2020-08-25docs: Clarify descriptionClementTsang
2020-08-25docs: Fix outdated install instructionClementTsang
2020-08-25uptick: 0.4.6 (#200)Clement Tsang
2020-08-24ci: Fix missing version number in templateClementTsang
2020-08-24ci: Remove manual trigger [skip travis]ClementTsang
2020-08-24ci: Delete redundant fieldsClementTsang
2020-08-24ci: Fix again...ClementTsang
2020-08-24ci: Hopefully this works...?ClementTsang
2020-08-24ci: Fix broken env calls in ActionsClementTsang
2020-08-24ci: Update deploy as one stepClementTsang
2020-08-24ci: Add manual workflow dispatch for GitHub ActionsClementTsang