summaryrefslogtreecommitdiffstats
path: root/starship_module_config_derive
AgeCommit message (Collapse)Author
2021-04-06feat(config): print a suggestion for unknown fields (#2560)David Knaack
* feat(config): print a suggestion for unknown fields * Fix typo Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
2021-04-01chore: filter crate/s contents (#2495)Dario Vladović
2021-03-31feat(config): warn about unknown config key names (#2527)David Knaack
2021-03-31feat(config): allow printing default and computed config (#2521)David Knaack
* feat: allow printing default and computed config * fix custom modules * actually fix custom modules
2020-09-30chore(release): release starship_module_config_derive v0.1.2Matan Kushner
2020-09-29chore: update v0.45.0 removal notice (#1687)Matan Kushner
* chore: update deprecation notice * Add deprecation page to sidebar * Replace the use of "deprected" with "removed"
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
This creates a custom logger for the log crate which logs everything to a file (/tmp/starship/session_$STARSHIP_SESSION_KEY.log) and it logs everything above Warn to stderr, but only if the log file does not contain the line that should be logged resulting in an error or warning to be only logged at the first starship invocation after opening the shell.
2020-02-12docs: Replace project taglineMatan Kushner
2019-12-23refactor: ModuleConfig: Simplify generated `from_config()` implementations ↵Tobias Bieniek
(#775) We can use `and_then()` to string `Option` values together so that we only need a single `?` assertion. This makes it generally possible to have e.g. `unwrap_or()` at the end.
2019-12-07chore(config_derive): v0.1.1Matan Kushner
2019-11-27chore: Add a license file for starship_module_config_deriveMatan Kushner
Closes #667
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-10-04chore(bump): v0.20.0Matan Kushner
2019-09-30chore: Cleanup after the config refactor (#453)Zhenhui Xie
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
This PR refactors config and puts configuration files for all modules in `configs/`.