1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-12-12 06:07:56 +00:00
starship/src/modules
2021-08-23 18:49:30 +02:00
..
utils fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
aws.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
battery.rs style: fix name of battery info provider implementation (#2836) 2021-06-29 21:12:59 -04:00
character.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
cmake.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
cmd_duration.rs feat(aws): add temporary credentials countdown (#2464) 2021-05-12 20:43:46 -04:00
conda.rs refactor: use unwrap_or_default (#2516) 2021-03-26 21:01:20 +01:00
crystal.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
custom.rs fix(windows): avoid inadvertly running exes from cwd (#2885) 2021-07-16 15:20:59 -04:00
dart.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
deno.rs fix: add missing project filter rules (#2687) 2021-05-04 08:57:38 +02:00
directory.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
docker_context.rs feat(docker_context): Use DOCKER_HOST and DOCKER_CONTEXT enviroment variables (#2782) 2021-07-03 23:38:39 +02:00
dotnet.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
elixir.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
elm.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
env_var.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
erlang.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
gcloud.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
git_branch.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
git_commit.rs fix(windows): avoid inadvertly running exes from cwd (#2885) 2021-07-16 15:20:59 -04:00
git_metrics.rs refactor: allow passing OsStr as-is to exec_cmd (#2997) 2021-08-23 18:49:30 +02:00
git_state.rs feat(git_status): dont render module output if not in git repository (#2897) 2021-08-14 15:19:43 +02:00
git_status.rs refactor: allow passing OsStr as-is to exec_cmd (#2997) 2021-08-23 18:49:30 +02:00
golang.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
helm.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
hg_branch.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
hostname.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
java.rs fix(rlang): module not working on MacOs (#2880) 2021-08-02 13:13:29 -04:00
jobs.rs fix(jobs): Add the symbol and number thresholds respecting the threshold option (#2908) 2021-08-14 15:29:25 +02:00
julia.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
kotlin.rs fix(rlang): module not working on MacOs (#2880) 2021-08-02 13:13:29 -04:00
kubernetes.rs feat(kubernetes): implements regex matching for context aliases (#2883) 2021-08-03 23:56:28 +02:00
line_break.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
lua.rs fix(rlang): module not working on MacOs (#2880) 2021-08-02 13:13:29 -04:00
memory_usage.rs fix(memory_usage): prevent used swap underflow on windows (#2689) 2021-05-04 11:28:44 -04:00
mod.rs feat(env_var): allow multiple instances (#2797) 2021-07-13 17:06:08 -04:00
nim.rs fix(clippy): fix additional clippy lints in tests (#2813) 2021-06-21 14:13:10 -04:00
nix_shell.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
nodejs.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
ocaml.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
openstack.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
package.rs feat(package): Add ability to format the version (#2959) 2021-08-06 21:16:14 +02:00
perl.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
php.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
purescript.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
python.rs fix(rlang): module not working on MacOs (#2880) 2021-08-02 13:13:29 -04:00
red.rs feat(red,vlang): Add version formatting (#2987) 2021-08-15 21:30:58 +02:00
rlang.rs fix(rlang): module not working on MacOs (#2880) 2021-08-02 13:13:29 -04:00
ruby.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
rust.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
scala.rs fix(rlang): module not working on MacOs (#2880) 2021-08-02 13:13:29 -04:00
shell.rs feat: add support for xonsh (#2807) 2021-07-16 15:25:01 -04:00
shlvl.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
singularity.rs refactor(singularity): use ? operator (#2518) 2021-03-27 18:53:54 +01:00
status.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
swift.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
terraform.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
time.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
username.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
vagrant.rs feat: Add version formating for modules (#2611) 2021-04-29 23:22:20 +02:00
vcsh.rs feat(vcsh): Add new module for VCSH (#2513) 2021-03-28 17:48:15 +02:00
vlang.rs feat(red,vlang): Add version formatting (#2987) 2021-08-15 21:30:58 +02:00
zig.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00