1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-17 18:45:12 +00:00
starship/src/modules
2021-03-12 15:30:25 +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 style(aws): Add spacing between profile and region (#2417) 2021-03-06 20:47:06 +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(dotnet): Configure when module is shown (#2327) 2021-02-20 15:38:03 +01:00
elixir.rs feat(elixir): Configure when module is shown (#2340) 2021-02-20 18:32:04 +01:00
elm.rs feat(elm): Configure when the module is shown (#2341) 2021-02-20 18:33:00 +01:00
env_var.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
erlang.rs feat(erlang): Configure when the module is shown (#2346) 2021-02-21 13:20:14 +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(golang): Configure when the module is shown (#2325) 2021-02-17 18:58:21 +01:00
helm.rs feat(helm): Configure when the module is shown (#2352) 2021-02-21 19:57:23 +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(java): Configure when the module is shown (#2353) 2021-02-21 19:57:09 +01:00
jobs.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
julia.rs feat(julia): Configure when the module is shown (#2358) 2021-02-21 19:56:55 +01:00
kotlin.rs feat(kotlin): Configure when the module is shown (#2359) 2021-02-21 19:56:48 +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(lua): Configure when the module is shown (#2326) 2021-02-17 19:03:09 +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: create shell module (#2329) 2021-02-20 15:40:49 +01:00
nim.rs feat(nim): Configure when the module is shown (#2347) 2021-02-21 13:21:20 +01:00
nix_shell.rs refactor(clippy): fix new lints (#2297) 2021-02-11 21:08:17 +01:00
nodejs.rs fix(nodejs): Change symbol to nerd-font (#1649) 2021-02-22 14:10:36 -06:00
ocaml.rs feat(ocaml): Configure when the module is shown (#2354) 2021-02-21 19:50:40 +01:00
openstack.rs test: avoid setting $HOME (#2155) 2021-01-19 23:23:27 +01:00
package.rs fix(package): fix meson version extraction if 'meson_version' is present (#2397) 2021-03-12 15:30:25 +01:00
perl.rs feat(perl): Configure when the module is shown (#2355) 2021-02-21 19:51:36 +01:00
php.rs feat(php): Configure when the module is shown (#2356) 2021-02-21 19:52:19 +01:00
purescript.rs feat(purescript): Configure when the module is shown (#2357) 2021-02-21 19:53:10 +01:00
python.rs feat: allow changing default command timeout (#2283) 2021-02-11 21:34:47 +01:00
ruby.rs feat(ruby): Configure when the module is shown (#2351) 2021-02-21 18:01:01 +01:00
rust.rs feat(rust): Configure when the module is shown (#2350) 2021-02-21 18:01:17 +01:00
shell.rs feat: add support for tcsh (#2288) 2021-02-27 19:55:27 +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(swift): Configure when the module is shown (#2349) 2021-02-21 18:01:31 +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