summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2025-08-16feat(battery): add wattage for macOS (#13258)Jérémy
2025-08-16fix(asdf): avoid prepending path entry multiple times (#13268)Patrick W. Healy
2025-08-16fix(virtualenv): take into account `$VIRTUAL_ENV_PROMPT`Carlo Sala
Closes #13262
2025-08-13docs(web-search): add missing entries (#13263)lucas
2025-08-12fix(poetry-env): add support for poetry 2 (#13260)Jacob Rogers
2025-08-08feat(extract): support `.pk{3,4,7}` files (#13254)drjaska
2025-08-07feat(web-search): add crates.io, docs.rs (#13250)xusd320
2025-07-25fix(web-search): rename `claude` alias (#13229)Malav Bhavsar
Rename the 'claude' alias to 'claudeai' in the web-search plugin to prevent conflicts with the Claude CLI tool. This ensures users can access both the web search functionality and the Claude CLI without collision.
2025-07-23fix(web-search): rename alias to `claudeai` to avoid conflict with CLI (#13224)Gregory Menezes
2025-07-22feat(web-search): add search with `claude.ai` and `grok.com` (#13222)Wagner Moreira
2025-07-21feat(alias-finder): use ripgrep if possible (#13043)Roeniss Moon
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-07-21chore: fix typos (#13219)jishudashen
2025-07-21feat(tmux): avoid autostart inside `zed` editor (#13220)Bacluc
2025-07-21fix(keychain): reversed logicCarlo Sala
Closes #13106
2025-07-18feat(web-search): add RubyGems.org (#13210)Nihad Abbasov
2025-07-18feat(keychain): support >2.9 (#13189)Zachary Craig
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-06-29feat(wd): update to v0.10.1 (#13192)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-06-25fix(rbw): reset clipboard in `rbwpw` only in the last invocation (#13185)Carlo Sala
The previous behavior would reset the clipboard after 20 seconds always, even if the `rbwpw` function was called again in between. This commit fixes that behavior. Co-authored-by: Marc Cornellà <marc@mcornella.com>
2025-06-19feat(ubuntu): add `apt-fast` support (#13175)Amr Elsayyad
2025-05-29feat(dotnet): add `restore` alias (#13146)Yunus Emre Akbalık
2025-05-29feat(kubectl): add aliases for `get events` (#13147)mm503
2025-05-26feat(laravel): add `db:wipe` alias (#13071)Joaquín Gamboa
2025-05-24docs(rsync): improve README (#13137)Hanashiko
2025-05-24feat(mvn): add verify aliases (#13133)Jonas Geiregat
2025-05-24docs(universalarchive): expand documentation (#13136)Hanashiko
2025-05-23feat(terraform): add `init -reconfigure` aliases` (#13129)Kalle Ahlström
2025-05-14feat(kamal): add autocomplete support and aliases for Kamal ↵Igor Aleksandrov
(https://kamal-deploy.org/) (#13080)
2025-05-12docs(vi-mode): explaination for text objects (#13116)Lorenzo Bettini
2025-05-11feat(z): update to cf9225fe (#13115)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-05-06feat(jj): add `jjgfa` alias (#13105)Cyril Plisko
2025-05-05docs(pip): add explanation for aliases (#13103)Hanashiko
2025-04-29fix(debian): avoid `aptitude` hardcodingCarlo Sala
Closes #13095
2025-04-29docs(python): fix typo (#13096)Anand Buddhdev
2025-04-27feat(wd): update to v0.10.0 (#13093)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-04-24fix(emacs): do not emit ANSI escape codes in vtermCarlo Sala
Closes #13067
2025-04-19feat(procs): support completion for `procs<0.14` (#13053)Adam Page
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-04-19docs(asdf): update usage example (#13055)Arthur
2025-04-19feat(git): add gcfu alias for `commit --fixup` (#13027)Roeniss Moon
2025-04-19fix(archlinux): properly check keyring version (#12979)deimosian
2025-04-19fix(git-prompt): use `--git-common-dir` to load stash count (#13072)Kat R.
2025-04-17fix(branch): handle branches with `/` properly (#13063)swivelmargarita
Co-authored-by: Takha Polat <takha.polat@bell-sw.com>
2025-04-03fix(macos): use `command man` instead of `man` (#13046)Sidar
2025-03-29fix(asdf)!: remove legacy <0.16 integrationCarlo Sala
`asdf` plugin only supports asdf 0.16 and ahead from now on.
2025-03-29docs(asdf): match README with 0.16 (#13026)Kartik Vashistha
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-03-29fix(dnf): function name typo (#13040)Mikrz
2025-03-29chore(alias-finder): code style (#13038)Roeniss Moon
2025-03-25feat(docker): add alias for stats (#12988)Chriss
2025-03-25docs(docker): add section for podman's docker wrapper (#13024)Roeniss Moon
2025-03-25fix(alias-finder): early return on cmd len <2 (#13030)Roeniss Moon
2025-03-24fix(tmux): disable AUTOREFRESH by default (#13034)Carlo Sala