| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 12 days | Revert "fix(kubectl)!: change alias from `kl` to `klog` (#13204)" | Marc Cornellà | |
| This reverts commit 475b18f39a2406d1ba173e36f243935be413239d. | |||
| 2025-12-22 | feat(tmux): add 'to' alias for session attachment (#13479) | Daniel R. Neal | |
| 2025-12-19 | revert(git): revert deprecation for `gg*` aliases (#13485) | Arvin Verain | |
| These aliases have long been expected and integrated with user workflows. Reverting our decision to deprecate them. | |||
| 2025-12-17 | feat(kubectl): add aliases for kustomization directories (#13033) | NanoNova | |
| 2025-12-17 | feat!: unify `auto-approve` aliases in `terraform` and `opentofu` (#12795) | Yurii Liaskovets | |
| BREAKING CHANGE: `tfaa` (apply auto-approve) aliases are now named `tfa!` to require extra effort on potentially destructive action, in a similar fashion to destroy auto-approve. | |||
| 2025-12-17 | fix(kubectl)!: change alias from `kl` to `klog` (#13204) | Jérémy | |
| BREAKING CHANGE: `kl` alias has been renamed to `klog`, because of conflict with https://github.com/robinovitch61/kl. Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2025-12-17 | refactor(git)!: remove old deprecated aliases (#13149) | Arvin Verain | |
| BREAKING CHANGE: the following deprecated aliases have been removed: gup, gupv, gupa, gupav, gupom, gupom. The following aliases have been deprecated: ggpull, ggpur, ggpush. `current_branch` has also been deprecated, in favor of `git_current_branch`. | |||
| 2025-12-17 | feat(terraform): add `-parallelism=1` aliases (#13484) | leggatron | |
| 2025-12-09 | feat(extract): add unar as fallback for RAR extraction (#13472) | Tanzim Hossain Romel | |
| Add unar as a fallback when unrar is not available for extracting RAR files. This addresses the issue where unrar has been removed from Homebrew due to licensing issues. The extraction now: - Prefers unrar if available (backward compatible) - Falls back to unar if unrar is not found - Shows helpful error message if neither tool is installed | |||
| 2025-12-08 | feat(uv): add more useful aliases (#13462) | Mohaiminus Sakib | |
| Co-authored-by: Mohaiminus Sakib <roddur093@gmail.com> Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2025-12-05 | feat(jj): add `jj` aliases for common workflows (#13179) | Cyril Plisko | |
| - jj bookmark Aliases for bookmark subcommands - jj git push Aliases for popular push flags - jj new "trunk()" - jj rebase -d "trunk()" - jj status | |||
| 2025-12-05 | feat(uv): add alias for pinning Python version (#12914) | benzlokzik | |
| 2025-12-01 | refactor(rbfu)!: remove deprecated `rbfu` plugin | Marc Cornellà | |
| BREAKING CHANGE: `rbfu`, the tool to manage Ruby versions, has long been deprecated (2013-02-05). The plugin has been removed. If you were still using it, consider using alternative Ruby version managers: https://www.jetbrains.com/help/ruby/ruby-version-managers.html | |||
| 2025-12-01 | refactor(fig)!: remove archived `fig` plugin | Marc Cornellà | |
| BREAKING CHANGE: the fig plugin has been removed. `fig` was sunset on September 1, 2024. Having this plugin no longer makes sense. See https://fig.io/ for more information. | |||
| 2025-11-22 | feat(kubectl): add aliases for `kubectl rollout restart` (#12883) | Firas Bouzguenda | |
| Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2025-11-22 | feat(pulumi): add plugin for Pulumi CLI (#13041) | StavShukrunRise | |
| Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2025-11-15 | fix(keychain): use pattern matching to detect version (#13423) | Carlo Sala | |
| 2025-11-14 | chore(git): remove quotes around `$#` (#13403) | Artyom Fedosov | |
| 2025-11-12 | docs(docker-compose): clarify tool choice (#13399) | Fournet Enzo | |
| 2025-11-11 | docs(dotnet): remove `Core` suffix (#13418) | Oskar Hermansson | |
| 2025-11-03 | feat(gradle): update to 25c3d368 (#13407) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2025-10-30 | feat(vscode): add support for Cursor (#13382) | Yaroslav Sapak | |
| 2025-10-27 | feat(nestjs) Adding NestJS plugin (#13104) | Mohaiminus Sakib | |
| * Adding NestJS command aliases * Removed installation instructions from the README file of NestJS plugin | |||
| 2025-10-26 | chore(gradle): update completion to 1525cf3f (#13393) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2025-10-23 | feat(gradle): update to d51199b5 (#13390) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2025-10-22 | feat(terraform): add aliases for workspace management (#12845) | Jeconias Santos | |
| 2025-10-21 | fix(git): improve ggu, ggl, gp, ggfl, ggp functions (#13370) | hanskr | |
| Co-authored-by: Hans Kristian Kismul <hans.kristian.kismul@finn.no> | |||
| 2025-10-21 | fix(ssh): use `grep -E` instead of `egrep` (#13380) | Florian | |
| 2025-10-15 | chore(task): fix error in README (#13367) | Oleg Atamanenko | |
| 2025-10-09 | fix(history-substring-search): honor `CASE_SENSITIVE` variable (#13360) | Paul Frederiksen | |
| 2025-10-05 | fix(flutter): fix captured keyboard during completion generation (#13350) | Ardeshir Nahavandi Fard | |
| 2025-09-29 | fix(git): replace `whatchanged` with `log` (#13338) | Carlo Sala | |
| Closes #13333 | |||
| 2025-09-29 | docs(common-aliases): fix tar.gz command (#13332) | DE SILVA T R R | |
| 2025-09-23 | fix(command-not-found): support latest homebrew (#13327) | Christian Kilmer | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2025-09-19 | docs(tldr): state that `tldr` should be installed separately (#13298) | jayant011797 | |
| 2025-09-19 | feat(task): add completion plugin (#13313) | Lin | |
| 2025-09-19 | fix(bgnotify): use lsappinfo, add support for ghostty (#13314) | Denys Dovhan | |
| 2025-09-10 | fix(magic-enter): check for cmd existance before executing | Carlo Sala | |
| Closes #13294 | |||
| 2025-09-06 | feat(brew): add three more aliases (#13285) | Conor Meagher | |
| 2025-09-06 | fix(magic-enter): avoid unexpected console output | Carlo Sala | |
| Closes #13290 | |||
| 2025-09-06 | docs(gpg-agent): clarify plugin purpose (#13289) | G'lek Tarssza | |
| 2025-09-05 | feat(repo): auto-complete docs rebase update-refs (#13286) | Max Modesto Wallin | |
| 2025-09-01 | feat(spackenv): Adding Spackenv plugin (#13191) | David Chin | |
| * Add spackenv plugin to handle Spack environment * Use ":t" instead of 'basename' | |||
| 2025-09-01 | feat(magic-enter plugin): Add support for jj to magic-enter plugin (#13241) | Benjamin Bock | |
| 2025-09-01 | feat(tt): add plugin tt (#8273) | ymlair | |
| 2025-09-01 | feat(kompost): Add plugin for kompose (#7729) | Kevin S Kirkup | |
| Co-authored-by: Kevin S Kirkup <kevin.kirkup@pureport.com> | |||
| 2025-08-26 | feat(git): use remote default branch to guess main branch (#13212) | ElisarEisenbach | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2025-08-26 | fix(chruby): avoid adding PATH entries twice (#12980) | Dennis Dashkevich | |
| 2025-08-16 | feat(copyfile): add error handling (#13248) | 0xHouss | |
| 2025-08-16 | feat(battery): add wattage for macOS (#13258) | Jérémy | |
