summaryrefslogtreecommitdiffstats
path: root/.cargo-husky
AgeCommit message (Collapse)Author
2022-11-13other: update cargo husky pre-push hookClementTsang
2022-05-16other: add fmt to husky hook (#731)Clement Tsang
Just adds a cargo fmt check to the husky pre-push check.
2020-12-03refactor: Clean up some parts of data harvesting (#336)Clement Tsang
2020-10-25other: Change cargo-husky pre-push to stableClementTsang
2020-09-22feature: Beginnings of in-app config (#231)Clement Tsang
Initial refactorings and additions to support in-app config. - Refactor our current options logic to support in-app configs. That is, we can write to a config file with our changes now. - The default action when creating a new config file is to leave it blank. (TBD and for now, not sure on this one) - Previously, we would set everything in a config file on startup; now we need to read from the config TOML struct whenever. - `C` keybind is now occupied for configs. - `no_write` option to never write to a config file.
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-03other: Add missing shebang to husky pre-push scriptClementTsang
2020-09-02other: aarch64 support (#217)Clement Tsang
Adds theoretical aarch64 support.
2020-09-01bug: fix broken check from last commit, add testsClementTsang
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
Refactoring and updating of error messages + tests to be more useful.