starship/src
Thomas O'Donnell e8f463bb57
feat(docker_context): Configure when module is shown (#2315)
* feat(docker_context): Configure when module is shown

This makes it possible to configure when the docker_context module is
shown based on the contents of a directory. This should make it possible
to be a lot more granular when configuring the module.

* Update docs/config/README.md

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2021-02-16 20:05:43 +01:00
..
configs feat(docker_context): Configure when module is shown (#2315) 2021-02-16 20:05:43 +01:00
formatter refactor: simplify StringFormatter::new 2021-01-22 11:50:12 -05:00
init fix: correct fish syntax error when setting variables (#2320) 2021-02-15 14:10:08 -05:00
modules feat(docker_context): Configure when module is shown (#2315) 2021-02-16 20:05:43 +01:00
test feat(test): allow dynamic mocking of commands (#2307) 2021-02-13 19:32:35 +01:00
bug_report.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
config.rs fix(config): log as error if failure to read config wasn't caused by NotFound (#1993) 2020-12-13 16:24:48 +01:00
configure.rs feat(command): add 'toggle' command (#1917) 2021-01-07 19:04:06 +01:00
context.rs feat(test): allow dynamic mocking of commands (#2307) 2021-02-13 19:32:35 +01:00
lib.rs build: Add additional build information to version and bug report (#2124) 2021-01-22 20:14:51 +01:00
logger.rs refactor(log): change output colors to shades of blue for trace and debug to make them more visible (#2299) 2021-02-13 14:47:07 +01:00
main.rs refactor(directory): Introduce `logical-path` argument which allows a shell to explicitly specify both a logical and physical filesystem path (#2104) 2021-02-08 15:14:59 +01:00
module.rs feat(vagrant): Add support for Vagrant (#1812) 2021-01-30 12:05:16 +01:00
print.rs refactor: simplify print::handle_module 2021-01-22 11:50:12 -05:00
segment.rs chore: remove unused name from Segment and remove some of the misleading underscores (#1584) 2020-08-16 22:16:05 -04:00
utils.rs feat(test): allow dynamic mocking of commands (#2307) 2021-02-13 19:32:35 +01:00