Commit graph

11 commits

Author SHA1 Message Date
Clement Tsang
6db76029e2
feature: Beginnings of in-app config (#231)
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-22 18:12:36 -04:00
Clement Tsang
cef3166cf8
feature: Add ability to filter out disks and temp (#220)
You can now filter out disks and temp sensors by name via config.
2020-09-02 22:02:49 -04:00
ClementTsang
b3e85b135a docs: Update CONTRIBUTING.md with note on cargo-husky 2020-08-26 20:34:22 -04:00
Clement Tsang
4b03b4b0b0
refactor: Refactor code, add new tests
Refactor code so we use a lib, allowing for easier testing. Adds additional tests for layouts.
2020-08-19 16:32:33 -04:00
Clement Tsang
d0cc6078df
deps: Update dependencies, drop MSRV
Update dependencies to most recent versions if applicable. Refactor to deal with breaking changes. Drop MSRV due to dependency issues, just support stable and later.
2020-08-11 20:22:39 -04:00
ClementTsang
c22886bd32 docs: update contributing to mention that MSRV will fail cargo test 2020-05-04 18:55:03 -04:00
ClementTsang
c8afe0d4f8 chore: support MSRV of 1.40.0 2020-05-04 17:45:11 -04:00
Clement Tsang
39d7450aad
Merge pull request #139 from ClementTsang/improve_searching
Improve searching
2020-05-02 23:54:10 -04:00
ClementTsang
6e81fbeebf change: more advanced searching and filtering 2020-05-02 16:01:07 -04:00
Clement Tsang
2828449544
chore: pretty up CONTRIBUTING.md 2020-05-01 14:45:48 -04:00
ClementTsang
19243bfc9f docs: Add CONTRIBUTING.md 2020-04-29 00:07:09 -04:00