summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-12-04feat: add Haxe support (#4395)AlexHaxe
2022-12-02fix(pwsh): fix error log display on older versions of pwsh (#4650)David Knaack
2022-12-02feat(nu): enable right prompt (#4490)nibon7
2022-12-01feat(directory): add before_repo_root_style (#4595)cgzones
2022-12-01feat(localip): use reserved remote address (#4648)cgzones
2022-11-28fix: don't attempt to display cmd_duration notification if in TTY (#4535)Gabriel Victor
2022-11-27fix(aws): enable when using .aws/credentials (#4604)Chris Rose
2022-11-27feat(azure): add username to azure module config (#4323)Ryan Sabatini
2022-11-25feat(bug-report): ask for confirmation before opening issue (#4543)David Knaack
2022-11-22feat(git_commit): support showing lightweight tags (#4632)David Knaack
2022-11-20fix(java): Improved regex for Java version (starship#4610) (#4616)Scott Palmer
2022-11-20fix(config): unrecognized config properties don't cause config error (#4547)Brahm Lower
2022-11-15fix(container): avoid detecting WSL as a systemd-container (#4593)David Knaack
2022-11-13feat(init): Use which-rs to resolve starship pathKevin Menard
2022-11-13build(deps): update rust crate chrono to 0.4.23 (#4599)David Knaack
2022-11-12build(deps): upgrade to git-repository v0.27 (#4588)Sebastian Thiel
2022-11-06fix(git): check `tag_disabled` option (#4527)Loong Wang
2022-11-06feat: Add operating system module (#4109)exincore
2022-11-05chore: fix new clippy lints (#4557)David Knaack
2022-10-30feat(package): added showing gradle version based on the gradle.properties fi...Felix H
2022-10-30chore: bump msrv to 1.64 (#4542)David Knaack
2022-10-25feat(guix_shell): Initial implementation (#4397)Thierry Delafontaine
2022-10-22refactor(nu): simplify getting term width (#4503)Verdayne Graham
2022-10-15feat(aws): add a fallback for `expiration` key (#4455)Liang Yun Gong
2022-10-15feat: Open Policy Agent module (#1740) (#4441)AppleTheGolden
2022-10-15fix(status): replace multiply with cross mark emoji (#4461)David Knaack
2022-10-15fix(nu): remove -c parameter from `term size` (#4477)nibon7
2022-10-11feat(module): Add a meson devenv indicator (#4389)Jamie
2022-10-07fix(buf): fix spacing & harmonize docs with actual configuration (#4450)wilhelm
2022-10-07feat(status): Support formatting of pipestatus separator (#4264)Aaron Kollasch
2022-10-06perf(directory): Skip repo resolution if unused by directory config (#4401)Robert Edwards
2022-10-03build: bump windows from 0.39.0 to 0.42.0 (#4388)David Knaack
2022-09-30fix(directory): don't strip duplicate directory names twice (#4295)ccQpein
2022-09-29build: bump clap from v3 to v4 (#4413)David Knaack
2022-09-27feat: add user-defined color palette (#4209)Anomalocaridid
2022-09-22build: bump git-repository from 0.23.1 to 0.24.0 (#4393)David Knaack
2022-09-09feat(schema): deny unknown keys (#4270)David Knaack
2022-09-09feat(fish): Enable left and right transience (#4204)Rashil Gandhi
2022-09-08fix(pwsh): avoid potential deadlock in init (#4335)David Knaack
2022-09-04refactor: replace `ansi_term` with `nu_ansi_term` (#4339)David Knaack
2022-08-30build: bump quick-xml from 0.23.0 to 0.24.0 (#4322)David Knaack
2022-08-27build: gitoxide upgrade (#4319)Sebastian Thiel
2022-08-19perf(git_commit): only use exact match for tag by default (#4281)David Knaack
2022-08-18chore(git): improve logging (#4273)David Knaack
2022-08-18fix(git): upgrade `gitoxide` to v0.21 (#4277)Sebastian Thiel
2022-08-11fix(aws): support official `AWS_SHARED_CREDENTIALS_FILE` variable (#4242)David Knaack
2022-08-08feat(git): replace `git2` with `git-repository` (#3883)David Knaack
2022-08-02feat: Add starship preset command (#4112)Artyom Belousov
2022-08-01feat: add bun module (#4187)David Knaack
2022-07-31feat: Add support for blink, hidden, and strikethrough styles. (#4138)Davin K. Tanabe