https://github.com/phucleeuwu/om.zsh-aliases
Sync from OhMyZsh aliases plugins for Zinit plugin manager
https://github.com/phucleeuwu/om.zsh-aliases
awesome awesome-zsh-plugins zinit zsh zsh-
Last synced: 8 months ago
JSON representation
Sync from OhMyZsh aliases plugins for Zinit plugin manager
- Host: GitHub
- URL: https://github.com/phucleeuwu/om.zsh-aliases
- Owner: phucleeuwu
- Created: 2025-02-19T04:42:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-19T05:17:18.000Z (8 months ago)
- Last Synced: 2025-02-20T02:17:37.048Z (8 months ago)
- Topics: awesome, awesome-zsh-plugins, zinit, zsh, zsh-
- Language: Python
- Homepage: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/aliases
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aliases cheatsheet
With lots of 3rd-party amazing aliases installed, this plugin helps list the shortcuts
that are currently available based on the plugins you have enabled.To use it, add `aliases` to the plugins array in your zshrc file:
```zsh
plugins=(aliases)
```Requirements: Python needs to be installed.
**Maintainer:** [@hqingyi](https://github.com/hqingyi)
## Usage
- `als`: show all aliases by group
- `als -h/--help`: print help message
- `als `: filter and highlight aliases by ``
- `als -g /--group `: show only aliases for group ``. Multiple uses of the flag show all groups
- `als --groups`: show only group names
