summaryrefslogtreecommitdiffstats
path: root/src/config.rs
AgeCommit message (Expand)Author
2021-07-13feat(env_var): allow multiple instances (#2797)filip
2021-07-04feat: add support for nu shell (#2847)David Knaack
2021-06-21fix(clippy): fix additional clippy lints in tests (#2813)David Knaack
2021-04-22feat(config): Add support for `inverted` token in style strings (#2589)Florent
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
2021-03-25chore(clippy): fix new lints (#2507)David Knaack
2021-03-15refactor: replace RootModuleConfig with Default (#2458)David Knaack
2020-12-13fix(config): log as error if failure to read config wasn't caused by NotFound...David Knaack
2020-12-02fix: bg:none overwrites foreground colour (#1903)Cody Bloemhard
2020-10-13fix(directory): preserve substitution order (#1782)David Knaack
2020-09-29chore: update v0.45.0 removal notice (#1687)Matan Kushner
2020-09-28feat: add error messaging (#1576)Tilmann Meyer
2020-07-14fix(config): don't panic when hex color is too short (#1473)David Knaack
2020-07-07feat: refactor modules to use format strings (#1374)Zhenhui Xie
2020-06-24refactor(config): Add additional logging to debug config issues (#1390)Thomas O'Donnell
2020-06-20Replace `dirs` with `dirs-next` dependency (#1361)Julian Gehring
2020-05-27fix(custom): improve handling of Powershell prompts (#1237)Grégoire Geis
2020-04-24fix: Fix latest clippy suggestions (#1136)Thomas O'Donnell
2020-04-11Add support for custom modules. (#916)Grégoire Geis
2020-04-06improvement: add parser for format strings (#1021)Zhenhui Xie
2019-12-20feat: Implement AWS region aliases (#646)Mike Sampson
2019-12-06feat: Add git_commit module (#673)Qingping Hou
2019-11-07refactor: Cleanup after module config refactor (#630)Zhenhui Xie
2019-10-28feat: Add an option to limit the duration of starship directory scanning (#589)Zhenhui Xie
2019-10-26feat: Show git_status counts (#434)Brian Low
2019-10-10refactor: Rewrite hostname, jobs and line_break module to use mo… (#462)Zhenhui Xie
2019-10-05refactor: Implement Default for SegmentConfig (#495)Nikodem Rabuliński
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner
2019-09-30refactor: Refactoring config (#383)Zhenhui Xie
2019-09-29feat: Allow segment-specific styling (#378)Zhenhui Xie
2019-09-26refactor: Refactor config.rs to pure functional style (#427)Bijan Chokoufe Nejad
2019-09-12feat: Add support for italic styles (#354) (#358)Rob Warner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
2019-08-29Fix typo in comment (#260)Harry Mills
2019-08-18feat: Add configuration for reordering the prompt module and disabling defaul...Saurav Sharma
2019-08-05fix: Address longstanding linter errorsMatan Kushner
2019-08-05ci: Publish crate to Crates.io with CIMatan Kushner
2019-07-28feat: Allow directory truncation length to be configured (#120)Andrew Dassonville
2019-07-27feat: Add configuration for add_newline (#116)Matan Kushner
2019-07-19refactor: Improve logging where lackingMatan Kushner
2019-07-14chore: Refactor getting string values from config (#94)Matan Kushner
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
2019-06-10Add support for prompt configuration (#62)Matan Kushner