Commit graph

4,878 commits

Author SHA1 Message Date
Hobeom Jeon
f649af5eae
Merge da2d2102fc into cb64103161 2026-05-18 09:34:57 +02:00
Md Mushfiqur Rahim
cb64103161
fix(aliases): preserve trailing double quotes in als output (#13744)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Co-authored-by: Codebuff Contributor <contributor@codebuff.com>
2026-05-18 09:00:15 +02:00
Masaru Iritani
0eecd2821e
fix(tmux): respect ZSH_TMUX_UNICODE in tds (#13741) 2026-05-18 08:51:48 +02:00
rock2z
2a5313a9d0
docs(git): document missing aliases (#13742) 2026-05-18 08:51:23 +02:00
Kaspar V.
24959d5817
feat(pass-cli): add completions plugin (#13740) 2026-05-18 08:47:51 +02:00
ohmyzsh[bot]
7478f1fd22
chore(kube-ps1): update to 7d575c6d (#13750)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2026-05-17 11:58:14 +02:00
Laurens Rouw
3604dc23e0
feat(jj): add new alias for new bookmark advance command (#13638)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
2026-05-06 11:42:33 -07:00
ChrisJr404
8ab16fa493
docs(brew): correct brews description (#13730) 2026-05-06 14:34:32 +02:00
ohmyzsh[bot]
e64912e0c1
chore(gradle): update to version d8bc301a (#13724)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2026-05-04 09:20:10 +02:00
ohmyzsh[bot]
c24960c324
chore(z): update to version acd0e198 (#13725)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2026-05-04 09:19:36 +02:00
Fabricio
e7aa0c56e6
feat(fnm): add autostart option to setup fnm env (#12972)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
2026-04-30 10:03:00 +02:00
ohmyzsh[bot]
2d5841740a
chore(z): update to 519e5796 (#13716)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
Co-authored-by: Mahesh Subramanian <maheshpec123@gmail.com>
2026-04-28 09:41:08 +02:00
Stephan Schielke
52c830cd32
fix(poetry-env): handle Poetry returning "." for venv path (#13183) 2026-04-27 11:06:54 +02:00
Thomas Renoth
8c3cce964a
feat(bgnotify): add niri WM support (#13707) 2026-04-27 09:33:31 +02:00
ohmyzsh[bot]
d50115afd6
chore(z): update to version ae10ba3f (#13710)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2026-04-27 09:20:10 +02:00
Truffle
349b9e49ce
docs(kubectl): add missing aliases (#13699)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
2026-04-20 11:01:03 +02:00
chaoliang yan
a4ee4daf3c
fix(tmux): treat xterm-direct as 256-color (#13700)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: lawrence3699 <lawrence3699@users.noreply.github.com>
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2026-04-20 11:00:37 +02:00
Chris Schindlbeck
7c10d9839f feat(terraform): add aliases for terraform: tfapp, tfpo
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
2026-04-07 12:25:32 +02:00
Chris Schindlbeck
103246c198 feat(opentofu): add aliases for opentofu: ttap, ttapp, ttir, ttiu, ttiur, ttpo 2026-04-07 12:25:32 +02:00
ohmyzsh[bot]
f0e2160abb
chore(kube-ps1): update to e19c9ee8 (#13666)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2026-04-05 14:39:19 +02:00
Adam Alston
cb13cc539f
docs(vscode): align README with current CLI behavior (#13653) 2026-03-29 08:02:29 +02:00
hobe
da2d2102fc feat(zellij): add force-delete function with all-session completion
Add `df` function (`zjdf`/`zdf`) that runs `zellij delete-session --force`,
which can delete running sessions without killing them first (zellij ≥0.44).
Completes against all sessions, unlike `d` which only shows exited ones.
2026-03-25 13:53:06 +09:00
hobe
f1db1812cb perf(zellij): use --short flag for session name completion
Use `list-sessions --short --no-formatting` (zellij ≥0.44) to extract
session names directly, falling back to sed parsing for older versions.
2026-03-25 13:44:36 +09:00
hobe
0f061a2d0d feat(zellij): add help function to list registered aliases
Type `zjh` (or `zh` with z prefix) to print a quick-reference table.
Only aliases and functions that were actually registered are shown,
so conflicts with other plugins are reflected accurately.
2026-03-25 13:44:14 +09:00
hobe
fe46305436 feat(zellij): add detach and switch-session shortcuts
- Add `ad` alias for `zellij action detach`
- Add `as` function for `zellij action switch-session` with session completion
2026-03-25 13:43:41 +09:00
Alexey Trofimenko
9151236d1e
feat(yarn): use proper $PWD var (#13639) 2026-03-24 08:54:43 +01:00
Przemysław Janiszewski
2614f529ce
docs(poetry): fix typo (#13646) 2026-03-24 08:44:42 +01:00
Nikan Eidi
44394e7225
feat(docker): add aliases for container, network, and system prune (#13612)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
* feat(docker): add aliases for container, network, and system prune

This PR adds missing aliases for Docker prune commands (container, network, and system) to the docker plugin, improving consistency with the existing image and volume prune aliases.

* docs(docker): add prune aliases to README

Added 'dcprune', 'dnprune', and 'dsprune' aliases for container, network, and system pruning.

* docs(docker): add prune aliases to README
2026-03-19 09:05:20 -07:00
Halil Özgür
4daba14316
refactor(bundler): Remove bundle_install and just use: bundle install (#13617) 2026-03-18 09:26:47 -07:00
Rohan Santhosh Kumar
bec3f2244a
docs(vscode): fix typo (#13627)
Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
2026-03-16 12:00:44 +01:00
ohmyzsh[bot]
7de13621b3
chore(gradle): update to dd3a8adb (#13635)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2026-03-15 09:26:19 +01:00
Alessandro Elio Cantini
8df5c1b18b
fix(last-working-dir): use explicit return 0 in early-exit guards (#13623)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
2026-03-10 10:52:12 +01:00
Hobeom
15fbdaab58 refactor(zellij): separate root alias from sub-command prefix
Split _zellij_root_alias and _zellij_short_prefix so that when z is
taken (e.g. by zoxide), only the root alias falls back to zj while
sub-commands keep the shorter z prefix (zl, za, zk, zd, …).

Every alias and function now checks for conflicts before defining,
and compdef targets are collected dynamically to avoid binding
completions to names that were never created.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 22:59:45 +09:00
Hobeom
e564461958 feat(zellij): add session functions, convenience commands, and smart completions
- Use functions for attach/delete/kill to enable session-aware completions
- Add zr, zrf, ze convenience functions with conflict detection
- Improve z prefix collision check (aliases, functions, commands)
- Cache completions synchronously on first load, background on updates
- Update README to document new functions and completion behavior

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 22:57:30 +09:00
Hobeom
6b292d300e fix(zellij): change default prefix from z to zj
Avoid conflicts with popular directory jumpers (zoxide, z.lua, etc.)
by defaulting to "zj". Users can opt into "z" via ZSH_ZELLIJ_PREFIX_Z.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 21:00:38 +09:00
Hobeom
c733b0af53 feat(zellij): add zellij plugin with aliases and completions
Add a new plugin for the zellij terminal multiplexer providing:
- 9 shorthand aliases with dynamic prefix (z or zj to avoid conflicts)
- Background completion caching using the same pattern as the gh plugin

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 20:28:55 +09:00
ohmyzsh[bot]
abc2372919
chore(history-substring-search): update to version 14c8d2e0 (#13521)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
Co-authored-by: Marc Cornellà <marc@mcornella.com>
2026-03-06 11:09:41 +01:00
Markus Hofbauer
5292fea2ba
feat(pre-commit): add prek support (#13529)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
Closes #13432
2026-03-04 09:28:48 +01:00
Nicknamess96
4f8632db32
docs(jj): compatibility with git async prompt (#13602)
Co-authored-by: Nicknames96 <nicknames96@users.noreply.github.com>
2026-03-04 09:25:22 +01:00
ohmyzsh[bot]
bf2948322b
chore(kube-ps1): update to 9b41c091 (#13522)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2026-03-03 20:08:07 +01:00
PascalKont
5c4f27b716
feat(molecule): introduce molecule aliases (#13594)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
2026-02-25 11:42:24 +01:00
Adam Spiers
400591e71c
fix(colored-man-pages): quote array expansion (#13591) 2026-02-23 11:33:24 +01:00
Jason
536515d186
docs(yum): fix typo (#13589) 2026-02-23 10:46:40 +01:00
nervo
2117ee5cf7
feat(molecule): introduce molecule plugin (#12760) 2026-02-23 10:43:26 +01:00
Grigorii Sokolik
52d93f18d6
feat(virtualenvwrapper): add archlinux support (#13584)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
2026-02-19 11:57:49 +01:00
Eve
44f2a128aa
fix(thefuck): quote ZSH_CACHE_DIR path (#13569)
path wasnt quoted, would break if it had spaces
2026-02-18 12:34:12 +01:00
Eve
45dd7d006a
fix(zsh-navigation-tools): quote some potential space-filled strings (#13567) 2026-02-16 12:10:27 +01:00
Thomas Witt
993afc8267
feat(dotenv): add named pipe (FIFO) support (#13561) 2026-02-16 12:08:13 +01:00
c0mpile
a8aca3fba5
fix(dnf): ensure correct alias for different version (#13559) 2026-02-16 12:01:00 +01:00
HOHOH134
e076690551
feat(gitignore): use cdn as endpoint (#13497)
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
2026-01-20 10:21:56 +01:00