1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-17 10:35:15 +00:00
starship/src/modules
Sagittarius-a 688f1b3457
feat(git_branch): add remote branch name if different than local branch (#1915)
* feat(git_branch): add remote branch name if different than local branch

* feat(git_branch): Implement a more customizable remote branch

* feat(git_branch): Use more explicit API function name

* feat(git_branch): Remove forgotten draft documentation

* feat(git_branch): Set less verbose defaults

* feat(git_branch): Handle case to always display remote

* feat(git_branch): Fix error in rebase operation
2020-11-23 22:07:16 +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: add error messaging (#1576) 2020-09-28 16:38:50 -04:00
character.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
cmake.rs feat(cmake): Add CMakeCache.txt detection to CMake module (#1795) 2020-10-25 19:10:42 +01:00
cmd_duration.rs feat: add error messaging (#1576) 2020-09-28 16:38:50 -04:00
conda.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
crystal.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04: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 test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
dotnet.rs fix: apply nightly clippy & fmt suggestions (#1922) 2020-11-23 20:38:11 +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(gcloud): respect overides of the active gcloud config (#1846) 2020-11-05 18:47:58 +01:00
git_branch.rs feat(git_branch): add remote branch name if different than local branch (#1915) 2020-11-23 22:07:16 +01:00
git_commit.rs feat(git_commit): add git tag to module (#950) 2020-10-23 11:49:19 -04:00
git_state.rs fix(git_state): remove unwrap in describe_rebase (#1761) 2020-10-14 12:13:08 -04: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 test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04: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
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 fix: actually disable per default disabled modules (#1677) 2020-09-26 09:35:41 +02:00
mod.rs feat(lua): Add a Lua module (#1815) 2020-10-27 19:05:20 +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 test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
ocaml.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
openstack.rs feat(openstack): Add module for OpenStack (#1664) 2020-10-24 11:46:43 +02:00
package.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
perl.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
php.rs fix(test): do NOT quote argument values for mocked invocations (#1527) 2020-08-24 19:05:43 +02:00
purescript.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
python.rs fix(python): Read venv prompt from pyvenv.cfg (#1747) 2020-10-08 09:58:00 +02:00
ruby.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
rust.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
shlvl.rs fix: actually disable per default disabled modules (#1677) 2020-09-26 09:35:41 +02:00
singularity.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00
status.rs feat(status): add the status module (#1651) 2020-09-26 00:04:51 +02: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: use suffixes for modules before directory (#1645) 2020-09-08 12:09:21 -04:00
zig.rs test: introduce env variable mocking (#1490) 2020-08-07 15:13:12 -04:00