| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-20 | feat(dirhistory): add support for ghostty (#12868) | Kristijan | |
| 2025-03-20 | feat(uv): alias `uv` with `noglob` (#12866) | bretello | |
| 2025-03-20 | feat(jira): add `project` command to open project (#12851) | Ken van der Eerden | |
| 2025-03-20 | feat(mix): autocomplete `format` command (#13012) | Robert Dober | |
| 2025-03-20 | fix(ranq-quote): use https for quote retrieval (#13021) | Linda TJ | |
| 2025-03-11 | fix(conda): correct typo in alias parameter (#13010) | Gary Wei | |
| Closes #13009 | |||
| 2025-03-04 | feat(jj): enable dynamic completion (#13003) | nasso | |
| 2025-03-03 | feat(jj): add jujutsu plugin (#12292) | nasso | |
| 2025-02-12 | fix(chruby): update brew sourcing for Apple Silicon (#12941) | Dennis Dashkevich | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2025-02-12 | feat(asdf): support asdf v0.16 ahead | Carlo Sala | |
| Co-authored-by: Valgard Trontheim <github@trontheim.de> Closes #12964 Closes #12967 | |||
| 2025-02-04 | fix(mvn): handle directories in `<relativePath>` (#12957) | Daniel Mensinger | |
| 2025-02-02 | feat(wd): update to v0.9.3 (#12954) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2025-01-30 | feat(terraform): support `TF_DATA_DIR` in `tf_prompt_info` (#12949) | soemiran | |
| 2025-01-29 | docs(ember-cli): fix typo (#12945) | Guspan Tanadi | |
| 2025-01-26 | feat(dnf): add `dnf5` completion | Carlo Sala | |
| Closes #12939 | |||
| 2025-01-24 | docs(git-auto-fetch): fix typo (#12937) | Marcus Voltolim | |
| 2025-01-23 | feat(jira): allow branch name customization (#12850) | Ken van der Eerden | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2025-01-23 | fix(timer): minutes calculation logic (#12857) | shun095 | |
| 2025-01-23 | feat(foot): add foot plugin (#12849) | fossdd | |
| 2025-01-23 | fix(direnv): warn user if command not found (#12840) | Thomas Boyer | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2025-01-23 | docs(chucknorris): add useful note (#12822) | Keith Bennett | |
| 2025-01-23 | feat(perl): add `perlbrew` auto activation (#12814) | jamesrtnz | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2025-01-23 | fix(tailscale): fix completion binding for alias to `Tailscale` (#12928) | Marc Cornellà | |
| Fixes #12928 | |||
| 2025-01-23 | feat(python): support multiple venvs via `$PYTHON_VENV_NAMES` (#12932) | Marc Cornellà | |
| 2025-01-19 | feat(gitfast): update to version v2.2 (#12923) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2025-01-15 | feat(eza): add color-scale options (#12841) | Nico Just | |
| 2025-01-12 | fix(grc): add linuxbrew path (#12903) | Michele Bologna | |
| 2025-01-10 | fix(rust): call `rustc` through `rustup run` (#12901) | Thomas | |
| 2025-01-08 | feat(web-search): add perplexity.ai (#12815) | Bhanu | |
| 2024-12-22 | feat(z): update to dd94ef04 (#12862) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2024-12-15 | docs(per-directory-history): add variable docs (#12844) | Federico François | |
| 2024-11-28 | feat(ngrok): add completion plugin (#12826) | Jonathan Stacks | |
| 2024-11-24 | feat(wd): update to v0.9.2 (#12820) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2024-11-21 | chore: fix some typos (#12818) | Bin Chang | |
| 2024-11-20 | feat(laravel): add alias for `optimize:clear` (#12793) | Chris Texe | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-11-19 | feat(bazel): add bzlmod integrity gen function (#12797) | Markus Hofbauer | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-11-19 | feat(timoni): add completion plugin (#12802) | Matheus Pimenta | |
| 2024-11-19 | fix(pipenv): fix auto-shell functionality when cd-ing out (#12813) | Marc Cornellà | |
| Co-authored-by: Jean-Tiare Le Bigot <jt@yadutaf.fr> | |||
| 2024-11-19 | feat(vault): re-introduce vault plugin (#12753) | nervo | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-11-19 | fix(tailscale): load completion when `tailscale` is an alias (#12726) | Hu Yufan | |
| This makes it work when Tailscale is installed via App Store: https://tailscale.com/kb/1080/cli?tab=macos. Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2024-11-19 | feat(pyenv): add prompt customization (#12738) | Olivier Mehani | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-11-19 | fix(dash): urlencode special parameters like `:` in query (#12811) | Marc Cornellà | |
| In macOS, using queries such as `dash php:enum` does not open Dash.app, possibly due to colon character being interpreted as a port. URL-encoding the parameter (: -> %3A) makes this work again. Fixes https://discord.com/channels/642496866407284746/809850042575093760/1308076125456437300 | |||
| 2024-11-14 | fix(poetry-env): switch venv between poetry dirs (#12804) | Kate Sullivan | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-11-03 | feat(autojump): add `termux` install path (#12791) | drjaska | |
| 2024-10-27 | fix(vagrant-prompt): make `vagrant_prompt_info` generic for any state (#12782) | Marc Cornellà | |
| 2024-10-27 | fix(last-working-dir): save working directory more strictly (#11343) | Marc Cornellà | |
| Fixes #11343 | |||
| 2024-10-27 | docs(jsontools): document requirements | Marc Cornellà | |
| Fixes #10834 | |||
| 2024-10-23 | fix(websearch): allow multi-word parameters | Carlo Sala | |
| 2024-10-22 | feat(rclone): create completion plugin (#12754) | nervo | |
| 2024-10-17 | docs(volta): fix typo (#12765) | Lin | |
