Sassan torabkheslat
47e990ccad
feat(brew): add aliases for reinstall and HEAD install ( #13446 )
...
Add new aliases:
- br: brew reinstall
- bih: brew install --HEAD
- brh: brew reinstall --HEAD
2 months ago
Match
35068db837
feat(jj): add alias for `jj abandon` ( #13510 )
2 months ago
Carlo Sala
871d4b9816
fix(1password)!: remove v1 support ( #13507 )
...
BREAKING CHANGE: `op` v1 support has been removed. Please migrate to v2
if you are affected by this change.
2 months ago
Halil Özgür
ed21aa1961
fix(mise)!: remove unneeded hook-env call ( #13491 )
...
BREAKING CHANGE: Backwards compatibility for `rtx` has been removed.
Please migrate to `mise` if you are affected by this change.
2 months ago
ohmyzsh[bot]
2daffdf101
chore(kube-ps1): update to 0b0e6daf ( #13503 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2 months ago
Marc Cornellà
a79b37b954
Revert "fix(kubectl)!: change alias from `kl` to `klog` ( #13204 )"
...
This reverts commit 475b18f39a .
3 months ago
Daniel R. Neal
0f45f82c0a
feat(tmux): add 'to' alias for session attachment ( #13479 )
3 months ago
Arvin Verain
95de26572e
revert(git): revert deprecation for `gg*` aliases ( #13485 )
...
These aliases have long been expected and integrated with user workflows. Reverting our decision to deprecate them.
3 months ago
NanoNova
945d89f7ae
feat(kubectl): add aliases for kustomization directories ( #13033 )
3 months ago
Yurii Liaskovets
8a231b1930
feat!: unify `auto-approve` aliases in `terraform` and `opentofu` ( #12795 )
...
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.
3 months ago
Jérémy
475b18f39a
fix(kubectl)!: change alias from `kl` to `klog` ( #13204 )
...
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>
3 months ago
Arvin Verain
d4a62a2715
refactor(git)!: remove old deprecated aliases ( #13149 )
...
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`.
3 months ago
leggatron
b5c449e1eb
feat(terraform): add `-parallelism=1` aliases ( #13484 )
3 months ago
Tanzim Hossain Romel
92aed2e936
feat(extract): add unar as fallback for RAR extraction ( #13472 )
...
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
3 months ago
Mohaiminus Sakib
72acd2ca90
feat(uv): add more useful aliases ( #13462 )
...
Co-authored-by: Mohaiminus Sakib <roddur093@gmail.com>
Co-authored-by: Marc Cornellà <marc@mcornella.com>
3 months ago
Cyril Plisko
a98a9f7122
feat(jj): add `jj` aliases for common workflows ( #13179 )
...
- jj bookmark
Aliases for bookmark subcommands
- jj git push
Aliases for popular push flags
- jj new "trunk()"
- jj rebase -d "trunk()"
- jj status
3 months ago
benzlokzik
5f7f419759
feat(uv): add alias for pinning Python version ( #12914 )
3 months ago
Marc Cornellà
977c4f93a6
refactor(rbfu)!: remove deprecated `rbfu` plugin
...
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
4 months ago
Marc Cornellà
ee30bc535a
refactor(fig)!: remove archived `fig` plugin
...
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.
4 months ago
Firas Bouzguenda
b04e01d418
feat(kubectl): add aliases for `kubectl rollout restart` ( #12883 )
...
Co-authored-by: Marc Cornellà <marc@mcornella.com>
4 months ago
StavShukrunRise
15bcada010
feat(pulumi): add plugin for Pulumi CLI ( #13041 )
...
Co-authored-by: Marc Cornellà <marc@mcornella.com>
4 months ago
Carlo Sala
9d93dfaa60
fix(keychain): use pattern matching to detect version ( #13423 )
4 months ago
Artyom Fedosov
5a282b9b30
chore(git): remove quotes around `$#` ( #13403 )
4 months ago
Fournet Enzo
dca16e8f9a
docs(docker-compose): clarify tool choice ( #13399 )
4 months ago
Oskar Hermansson
a0576348d0
docs(dotnet): remove `Core` suffix ( #13418 )
4 months ago
ohmyzsh[bot]
90a22b61e6
feat(gradle): update to 25c3d368 ( #13407 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
5 months ago
Yaroslav Sapak
43e880ba45
feat(vscode): add support for Cursor ( #13382 )
5 months ago
Mohaiminus Sakib
136298e110
feat(nestjs) Adding NestJS plugin ( #13104 )
...
* Adding NestJS command aliases
* Removed installation instructions from the README file of NestJS plugin
5 months ago
ohmyzsh[bot]
969cd28e0d
chore(gradle): update completion to 1525cf3f ( #13393 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
5 months ago
ohmyzsh[bot]
55aa4c40e2
feat(gradle): update to d51199b5 ( #13390 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
5 months ago
Jeconias Santos
bd295c014f
feat(terraform): add aliases for workspace management ( #12845 )
5 months ago
hanskr
f1934d2c76
fix(git): improve ggu, ggl, gp, ggfl, ggp functions ( #13370 )
...
Co-authored-by: Hans Kristian Kismul <hans.kristian.kismul@finn.no>
5 months ago
Florian
caba9ae034
fix(ssh): use `grep -E` instead of `egrep` ( #13380 )
5 months ago
Oleg Atamanenko
d1c04d8a33
chore(task): fix error in README ( #13367 )
5 months ago
Paul Frederiksen
853680fd62
fix(history-substring-search): honor `CASE_SENSITIVE` variable ( #13360 )
5 months ago
Ardeshir Nahavandi Fard
1210973cbc
fix(flutter): fix captured keyboard during completion generation ( #13350 )
5 months ago
Carlo Sala
d57775d89e
fix(git): replace `whatchanged` with `log` ( #13338 )
...
Closes #13333
6 months ago
DE SILVA T R R
1237525b23
docs(common-aliases): fix tar.gz command ( #13332 )
6 months ago
Christian Kilmer
763aab3271
fix(command-not-found): support latest homebrew ( #13327 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
6 months ago
jayant011797
c1e9748909
docs(tldr): state that `tldr` should be installed separately ( #13298 )
6 months ago
Lin
34d6932b08
feat(task): add completion plugin ( #13313 )
6 months ago
Denys Dovhan
2b2d6d746c
fix(bgnotify): use lsappinfo, add support for ghostty ( #13314 )
6 months ago
Carlo Sala
9e23925b85
fix(magic-enter): check for cmd existance before executing
...
Closes #13294
6 months ago
Conor Meagher
7b516064ec
feat(brew): add three more aliases ( #13285 )
6 months ago
Carlo Sala
9ad0ce6482
fix(magic-enter): avoid unexpected console output
...
Closes #13290
6 months ago
G'lek Tarssza
26863c50b3
docs(gpg-agent): clarify plugin purpose ( #13289 )
6 months ago
Max Modesto Wallin
b9c9fcfd3f
feat(repo): auto-complete docs rebase update-refs ( #13286 )
6 months ago
David Chin
680298e920
feat(spackenv): Adding Spackenv plugin ( #13191 )
...
* Add spackenv plugin to handle Spack environment
* Use ":t" instead of 'basename'
7 months ago
Benjamin Bock
61b144d809
feat(magic-enter plugin): Add support for jj to magic-enter plugin ( #13241 )
7 months ago
ymlair
9d00a004b2
feat(tt): add plugin tt ( #8273 )
7 months ago