summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2025-10-09fix(history-substring-search): honor `CASE_SENSITIVE` variable (#13360)Paul Frederiksen
2025-10-05fix(flutter): fix captured keyboard during completion generation (#13350)Ardeshir Nahavandi Fard
2025-09-29fix(git): replace `whatchanged` with `log` (#13338)Carlo Sala
Closes #13333
2025-09-29docs(common-aliases): fix tar.gz command (#13332)DE SILVA T R R
2025-09-23fix(command-not-found): support latest homebrew (#13327)Christian Kilmer
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-09-19docs(tldr): state that `tldr` should be installed separately (#13298)jayant011797
2025-09-19feat(task): add completion plugin (#13313)Lin
2025-09-19fix(bgnotify): use lsappinfo, add support for ghostty (#13314)Denys Dovhan
2025-09-10fix(magic-enter): check for cmd existance before executingCarlo Sala
Closes #13294
2025-09-06feat(brew): add three more aliases (#13285)Conor Meagher
2025-09-06fix(magic-enter): avoid unexpected console outputCarlo Sala
Closes #13290
2025-09-06docs(gpg-agent): clarify plugin purpose (#13289)G'lek Tarssza
2025-09-05feat(repo): auto-complete docs rebase update-refs (#13286)Max Modesto Wallin
2025-09-01feat(spackenv): Adding Spackenv plugin (#13191)David Chin
* Add spackenv plugin to handle Spack environment * Use ":t" instead of 'basename'
2025-09-01feat(magic-enter plugin): Add support for jj to magic-enter plugin (#13241)Benjamin Bock
2025-09-01feat(tt): add plugin tt (#8273)ymlair
2025-09-01feat(kompost): Add plugin for kompose (#7729)Kevin S Kirkup
Co-authored-by: Kevin S Kirkup <kevin.kirkup@pureport.com>
2025-08-26feat(git): use remote default branch to guess main branch (#13212)ElisarEisenbach
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-08-26fix(chruby): avoid adding PATH entries twice (#12980)Dennis Dashkevich
2025-08-16feat(copyfile): add error handling (#13248)0xHouss
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