]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/aliases/README.md
66fd84584745ccb57e6f5cb51eb4d244246646cb
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / aliases / README.md
1 # Aliases cheatsheet
2
3 **Maintainer:** [@hqingyi](https://github.com/hqingyi)
4
5 With lots of 3rd-party amazing aliases installed, this plugin helps list the shortcuts
6 that are currently available based on the plugins you have enabled.
7
8 To use it, add `aliases` to the plugins array in your zshrc file:
9
10 ```zsh
11 plugins=(aliases)
12 ```
13
14 Requirements: Python needs to be installed.
15
16 ## Usage
17
18 - `acs`: show all aliases by group.
19
20 - `acs -h/--help`: print help mesage.
21
22 - `acs <keyword>`: filter aliases by `<keyword>` and highlight.
23
24 - `acs -g <group>/--group <group`: show only aliases for group `<group>`. Multiple uses of the flag show all groups,
25
26 - `acs --groups-only`: show only group names
27
28   ![screenshot](https://cloud.githubusercontent.com/assets/3602957/11581913/cb54fb8a-9a82-11e5-846b-5a67f67ad9ad.png)