0xHouss
736632228a
feat(copyfile): add error handling ( #13248 )
10 months ago
Jérémy
7504f22a0c
feat(battery): add wattage for macOS ( #13258 )
10 months ago
Patrick W. Healy
5d37f723f6
fix(asdf): avoid prepending path entry multiple times ( #13268 )
10 months ago
Carlo Sala
8bd49fb047
fix(virtualenv): take into account `$VIRTUAL_ENV_PROMPT`
...
Closes #13262
10 months ago
lucas
2423b7a12d
docs(web-search): add missing entries ( #13263 )
10 months ago
Jacob Rogers
801f09c1ca
fix(poetry-env): add support for poetry 2 ( #13260 )
10 months ago
drjaska
9d8d4cf414
feat(extract): support `.pk{3,4,7}` files ( #13254 )
10 months ago
xusd320
ef96242b9b
feat(web-search): add crates.io, docs.rs ( #13250 )
10 months ago
Malav Bhavsar
70f0e5285f
fix(web-search): rename `claude` alias ( #13229 )
...
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.
11 months ago
Gregory Menezes
13d4176a68
fix(web-search): rename alias to `claudeai` to avoid conflict with CLI ( #13224 )
11 months ago
Wagner Moreira
788b5776c0
feat(web-search): add search with `claude.ai` and `grok.com` ( #13222 )
11 months ago
Roeniss Moon
537807c863
feat(alias-finder): use ripgrep if possible ( #13043 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
11 months ago
jishudashen
e3e468d138
chore: fix typos ( #13219 )
11 months ago
Bacluc
ff97957f1c
feat(tmux): avoid autostart inside `zed` editor ( #13220 )
11 months ago
Carlo Sala
8425e9774e
fix(keychain): reversed logic
...
Closes #13106
11 months ago
Nihad Abbasov
dc3bbcda26
feat(web-search): add RubyGems.org ( #13210 )
11 months ago
Zachary Craig
df200c943a
feat(keychain): support >2.9 ( #13189 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
11 months ago
ohmyzsh[bot]
f9d3e0ff56
feat(wd): update to v0.10.1 ( #13192 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
11 months ago
Carlo Sala
01433503c2
fix(rbw): reset clipboard in `rbwpw` only in the last invocation ( #13185 )
...
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>
12 months ago
Amr Elsayyad
f8022980a3
feat(ubuntu): add `apt-fast` support ( #13175 )
12 months ago
Yunus Emre Akbalık
95ef251669
feat(dotnet): add `restore` alias ( #13146 )
1 year ago
mm503
658240f498
feat(kubectl): add aliases for `get events` ( #13147 )
1 year ago
Joaquín Gamboa
6ef47526f8
feat(laravel): add `db:wipe` alias ( #13071 )
1 year ago
Hanashiko
ecdc1e722a
docs(rsync): improve README ( #13137 )
1 year ago
Jonas Geiregat
526969cad3
feat(mvn): add verify aliases ( #13133 )
1 year ago
Hanashiko
d39804a5a6
docs(universalarchive): expand documentation ( #13136 )
1 year ago
Kalle Ahlström
1ed17ac052
feat(terraform): add `init -reconfigure` aliases` ( #13129 )
1 year ago
Igor Aleksandrov
c95509ebfd
feat(kamal): add autocomplete support and aliases for Kamal ( https://kamal-deploy.org/ ) ( #13080 )
1 year ago
Lorenzo Bettini
c34c1da736
docs(vi-mode): explaination for text objects ( #13116 )
1 year ago
ohmyzsh[bot]
3f8ea81b89
feat(z): update to cf9225fe ( #13115 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
1 year ago
Cyril Plisko
62afbdebb9
feat(jj): add `jjgfa` alias ( #13105 )
1 year ago
Hanashiko
51d0e0aa1d
docs(pip): add explanation for aliases ( #13103 )
1 year ago
Carlo Sala
f6a7bbf81a
fix(debian): avoid `aptitude` hardcoding
...
Closes #13095
1 year ago
Anand Buddhdev
2ee4f9808f
docs(python): fix typo ( #13096 )
1 year ago
ohmyzsh[bot]
44913a1f16
feat(wd): update to v0.10.0 ( #13093 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
1 year ago
Carlo Sala
959b6cf5ee
fix(emacs): do not emit ANSI escape codes in vterm
...
Closes #13067
1 year ago
Adam Page
de1ca65dca
feat(procs): support completion for `procs<0.14` ( #13053 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
1 year ago
Arthur
92bad89f8a
docs(asdf): update usage example ( #13055 )
1 year ago
Roeniss Moon
9957e4e8be
feat(git): add gcfu alias for `commit --fixup` ( #13027 )
1 year ago
deimosian
b92874c716
fix(archlinux): properly check keyring version ( #12979 )
1 year ago
Kat R.
a7426f0b38
fix(git-prompt): use `--git-common-dir` to load stash count ( #13072 )
1 year ago
swivelmargarita
c1e5ff3169
fix(branch): handle branches with `/` properly ( #13063 )
...
Co-authored-by: Takha Polat <takha.polat@bell-sw.com>
1 year ago
Sidar
750d3ac4b4
fix(macos): use `command man` instead of `man` ( #13046 )
1 year ago
Carlo Sala
a78d006faa
fix(asdf)!: remove legacy <0.16 integration
...
`asdf` plugin only supports asdf 0.16 and ahead from now on.
1 year ago
Kartik Vashistha
2f3a141f65
docs(asdf): match README with 0.16 ( #13026 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
1 year ago
Mikrz
346c09d469
fix(dnf): function name typo ( #13040 )
1 year ago
Roeniss Moon
506cedb7ca
chore(alias-finder): code style ( #13038 )
1 year ago
Chriss
fa396ad771
feat(docker): add alias for stats ( #12988 )
1 year ago
Roeniss Moon
4efdc90dba
docs(docker): add section for podman's docker wrapper ( #13024 )
1 year ago
Roeniss Moon
1de190e439
fix(alias-finder): early return on cmd len <2 ( #13030 )
1 year ago