-
-
Notifications
You must be signed in to change notification settings - Fork 26.1k
feat(gh-aliases): add GitHub CLI aliases plugin #13194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
- Add complete documentation for all 100+ aliases and functions - Include usage examples and workflow demonstrations - Document helper functions with error handling improvements - Add standardized $0 handling per Zsh Plugin Standard - Improve completion setup with error handling - Enhance function robustness with better error checking 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
📚 I've also submitted a corresponding documentation PR to add this plugin to the wiki plugins list: ohmyzsh/wiki#74 |
Hi, thanks for your work ! I'm not a big contributor to oh-my-zsh, but I did some work and review for the I would like to ship some First, you've aliased most of the Second, some key aliases are missing, at least Third, I think placing the aliases in the existing |
Yes, thanks! I mostly agree.
Looking at the full plugin, I see an opportunity for customization. |
Yeah, that one seems useful.
No, I believe the goal of oh-my-zsh is to provide minimal configuration. |
Summary
Add gh-aliases plugin providing convenient aliases for GitHub CLI commands.
What it does
This plugin adds short, memorable aliases for common GitHub CLI operations:
Why add this
GitHub CLI has become essential for many developers' workflows. This plugin makes those commands faster to type and easier to remember, similar to how the git plugin provides aliases for git commands.
Examples
The plugin includes 100+ aliases covering the full GitHub CLI feature set, plus helper functions like
ghrc-cd
(clone and cd into repo).