summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-07-17fix(init): remove quotes in bash init (#2893)David Knaack
2021-07-16feat: add support for xonsh (#2807)Jeremy Schlatter
2021-07-16fix(windows): avoid inadvertly running exes from cwd (#2885)David Knaack
2021-07-13feat(env_var): allow multiple instances (#2797)filip
2021-07-13fix(pwsh): replace Get-Error with $error[0] (#2873)Chrissy LeMaire
2021-07-10feat: Add the `git_metrics` module (#2827)Alexander Gonzalez
2021-07-10fix(nu): use correct session key variable name (#2874)David Knaack
2021-07-05fix(git_status): Fix when the worktree != root dir (#2831)Thomas O'Donnell
2021-07-04feat: add support for nu shell (#2847)David Knaack
2021-07-04fix(dotnet): make default format consistent with other modules (#2853)Kid
2021-07-04refactor(git_commit): small refactor to remove duplicate code (#2752)filip
2021-07-03feat(docker_context): Use DOCKER_HOST and DOCKER_CONTEXT enviroment variables...Lorenzo Tucci
2021-07-03fix(init): improve starship path escaping (#2848)David Knaack
2021-07-02perf: Improve custom config OS (#2843)Giovanni Bassi
2021-07-02style: enforce ALL_MODULES ordering in test (#2837)Andrew Houts
2021-06-29style: fix name of battery info provider implementation (#2836)Andrew Houts
2021-06-29test(battery): add battery tests (#2795)Andrew Houts
2021-06-29feat: treat empty string as none when formating (#2738)filip
2021-06-25fix(rust): support for `rust-toolchain.toml` (#2775)Shogo Takata
2021-06-21fix(clippy): fix additional clippy lints in tests (#2813)David Knaack
2021-06-16fix(clippy): fix new lint warning (#2803)David Knaack
2021-06-13feat: Add Operating System condition to custom commands (#2751)Javier Goday
2021-06-05fix(dotnet): Don't treat folder with .sln file as a .NET project (#2785)Rumia
2021-05-25feat(r-lang): add module for R programming language (#1475)Jimmy Royer
2021-05-19fix(git_commit): remove unwraps (#2743)David Knaack
2021-05-18refactor(utils): Add extra logging to read_file (#2742)Thomas O'Donnell
2021-05-15fix: remove trailing whitespace from Terraform version (#2726)Chris
2021-05-12feat(aws): add temporary credentials countdown (#2464)Carl-Louis Van Brandt
2021-05-12fix(zsh): preserve zle-keymap-select (#2717)Munif Tanjim
2021-05-09feat(package): add support for nimble project package version (#2569)Pratik Chaudhary
2021-05-08fix(git_commit): leading space in git commit tag (#2697)Jason-S-Ross
2021-05-07fix(git_status): Show git add -N files as unstaged (#2702)John Breen
2021-05-07feat(vlang): support `vpkg` (#2686)Dario Vladović
2021-05-04fix(memory_usage): prevent used swap underflow on windows (#2689)David Knaack
2021-05-04fix: add missing project filter rules (#2687)Dario Vladović
2021-05-03feat(vlang): create module (#2577)Milo
2021-05-03test(ocaml): test custom switch indicators (#2657)Dario Vladović
2021-05-02refactor(print): introduce `UnicodeWidthGraphemes` trait (#2670)Dario Vladović
2021-04-30feat(shell): add unknown_indicator parameter (#2649)Rashil Gandhi
2021-04-30feat(gcloud): introduce separate `account` & `domain` format string variables...Dario Vladović
2021-04-30feat(gcloud): honor `CLOUDSDK_CORE_PROJECT` env variable (#2596)Dario Vladović
2021-04-29feat: Add version formating for modules (#2611)filip
2021-04-29feat: abbreviate package.json semantic versions (#2271)Tom Golden
2021-04-29fix(gcloud): add double space after cloud emoji symbol (#2666)Dario Vladović
2021-04-29fix(fish): explicitly set scope in fish init script (#2636)Kid
2021-04-29fix(zsh): Reverts changes to background jobs retaining improvements around ST...Felipe Seré
2021-04-28refactor: read CLI options as `str` (#2656)Dario Vladović
2021-04-26fix(print-config): add red module to Default impl (#2652)David Knaack
2021-04-26fix(print-config): use proper defaults for top-level values (#2605)David Knaack
2021-04-24fix(configure): fix launching .cmd editors (#2635)David Knaack