1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-29 13:39:10 +00:00
starship/src/modules
Shu Kutsuzawa 82c7fd6742
feat(terraform): Configure when the module is shown (#2324)
This makes it possible to configure when the terraform 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.
2021-02-17 18:57:40 +01:00
..
utils 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
aws.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
battery.rs feat(battery): make module behaviour more obvious (#1950) 2021-01-01 12:16:55 +01:00
character.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
cmake.rs feat(cmake): Configure when the module is shown (#2280) 2021-02-13 11:38:47 +01:00
cmd_duration.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
conda.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
crystal.rs feat(crystal): Configure when the module is shown (#2310) 2021-02-14 18:14:55 +01:00
custom.rs perf(custom): evaluate command lazily (#2173) 2021-01-20 19:01:49 +01:00
dart.rs feat(dart): Configure when the module is shown (#2312) 2021-02-14 22:21:52 +01:00
directory.rs fix(directory): contract git repo with display path (#2304) 2021-02-14 18:15:47 +01:00
docker_context.rs feat(docker_context): Configure when module is shown (#2315) 2021-02-16 20:05:43 +01:00
dotnet.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
elixir.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
elm.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
env_var.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
erlang.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
gcloud.rs test: avoid setting $HOME (#2155) 2021-01-19 23:23:27 +01:00
git_branch.rs refactor: a few low-hanging optimizations (#1992) 2020-12-16 17:54:21 +01:00
git_commit.rs fix(git_commit): show last created tag on current commit (#1919) 2020-12-07 14:56:22 +01:00
git_state.rs fix: Applied clippy warnings (#2153) 2021-01-16 13:26:52 +01:00
git_status.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
golang.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
helm.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
hg_branch.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
hostname.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
java.rs feat(test): allow dynamic mocking of commands (#2307) 2021-02-13 19:32:35 +01:00
jobs.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
julia.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
kotlin.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
kubernetes.rs test: avoid setting $HOME (#2155) 2021-01-19 23:23:27 +01:00
line_break.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
lua.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
memory_usage.rs perf(memory_usage): replace sysinfo with sys-info (#1886) 2020-11-23 21:17:15 -05:00
mod.rs feat(vagrant): Add support for Vagrant (#1812) 2021-01-30 12:05:16 +01:00
nim.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
nix_shell.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
nodejs.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
ocaml.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
openstack.rs test: avoid setting $HOME (#2155) 2021-01-19 23:23:27 +01:00
package.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
perl.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
php.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
purescript.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
python.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
ruby.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
rust.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
shlvl.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
singularity.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
status.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
swift.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
terraform.rs feat(terraform): Configure when the module is shown (#2324) 2021-02-17 18:57:40 +01:00
time.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
username.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
vagrant.rs feat(vagrant): Configure when the module is shown (#2314) 2021-02-15 20:21:21 +01:00
zig.rs feat(zig): Configure when the module is shown (#2311) 2021-02-14 22:21:44 +01:00