1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-27 20:59:02 +00:00
starship/src/modules
Thomas O'Donnell 12494da38a
fix(cmake): Fix spacing with missing variable (#2135)
This fixes the additional space when the `version` variable can't be
populated.
2021-01-16 13:27:02 +01:00
..
utils fix: apply nightly clippy & fmt suggestions (#1922) 2020-11-23 20:38:11 +01:00
aws.rs test(aws): Ignore tests that check .aws files (#1775) 2020-10-14 12:21:35 -04:00
battery.rs feat(battery): make module behaviour more obvious (#1950) 2021-01-01 12:16:55 +01:00
character.rs fix: Applied clippy warnings (#2153) 2021-01-16 13:26:52 +01:00
cmake.rs fix(cmake): Fix spacing with missing variable (#2135) 2021-01-16 13:27:02 +01:00
cmd_duration.rs style: Latest clippy suggestions (#2048) 2021-01-01 12:45:04 -06:00
conda.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
crystal.rs perf(crystal): Lazily evaluate version command (#2129) 2021-01-13 18:35:44 +01:00
custom.rs feat: Add timings subcommand (#1629) 2020-09-21 19:06:15 +02:00
dart.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
directory.rs fix(directory): preserve substitution order (#1782) 2020-10-13 15:06:41 -04:00
docker_context.rs fix(docker_context): enable if either yml or yaml is found (#2053) 2021-01-11 17:38:58 +01:00
dotnet.rs fix: Applied clippy warnings (#2153) 2021-01-16 13:26:52 +01:00
elixir.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
elm.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
env_var.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
erlang.rs fix: replace emoji for cmake and erlang (#1787) 2020-10-13 18:01:35 -04:00
gcloud.rs fix: Applied clippy warnings (#2153) 2021-01-16 13:26:52 +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 perf(git_status): Improved git_status module performance (#1777) 2020-10-14 12:12:41 -04:00
golang.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
helm.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
hg_branch.rs feat: add error messaging (#1576) 2020-09-28 16:38:50 -04:00
hostname.rs fix: apply nightly clippy & fmt suggestions (#1922) 2020-11-23 20:38:11 +01:00
java.rs feat(java): Show Java module for Clojure projects (#966) 2020-11-30 13:50:56 +01:00
jobs.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
julia.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
kotlin.rs feat(kotlin): Add the kotlin module (#2026) 2020-12-26 15:26:50 +01:00
kubernetes.rs fix(kubernetes): Parse stacked kubeconfigs (#1678) 2020-10-23 13:39:50 +02:00
line_break.rs feat: Add timings subcommand (#1629) 2020-09-21 19:06:15 +02:00
lua.rs feat(lua): Add a Lua module (#1815) 2020-10-27 19:05:20 +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(kotlin): Add the kotlin module (#2026) 2020-12-26 15:26:50 +01:00
nim.rs fix: apply nightly clippy & fmt suggestions (#1922) 2020-11-23 20:38:11 +01:00
nix_shell.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
nodejs.rs fix: Applied clippy warnings (#2153) 2021-01-16 13:26:52 +01:00
ocaml.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
openstack.rs refactor: a few low-hanging optimizations (#1992) 2020-12-16 17:54:21 +01:00
package.rs fix: Applied clippy warnings (#2153) 2021-01-16 13:26:52 +01:00
perl.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
php.rs fix: Applied clippy warnings (#2153) 2021-01-16 13:26:52 +01:00
purescript.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
python.rs feat(python): Smarter python binary usage (#1947) 2020-11-30 13:14:18 -06:00
ruby.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
rust.rs feat(rust): Support new rust-toolchain format (#1938) 2020-11-30 13:52:55 +01:00
shlvl.rs feat(shlvl): Add repeat option (#1995) 2020-12-14 15:40:21 -05:00
singularity.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
status.rs feat(status): Convert known status code to their meaning (#1948) 2021-01-02 21:09:13 -06:00
swift.rs fix(swift): parsing swift version (#1913) 2020-11-20 19:34:27 +01:00
terraform.rs feat(terraform): Add hcl extension support to Terraform module (#1875) 2020-11-14 18:33:21 +01:00
time.rs fix: apply nightly clippy & fmt suggestions (#1922) 2020-11-23 20:38:11 +01:00
username.rs fix(user): Fix username detection on Windows (#2014) 2020-12-26 13:27:10 +01:00
zig.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00