• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..21-Dec-2021-

README.mdH A D21-Dec-2021479 2214

aliases.plugin.zshH A D21-Dec-2021406 1110

cheatsheet.pyH A D21-Dec-20212.2 KiB5649

termcolor.pyH A D21-Dec-20214.9 KiB169115

README.md

1## Aliases Cheatsheet
2
3**Maintainer:** [@hqingyi](https://github.com/hqingyi)
4
5With lots of 3rd-party amazing aliases installed, this plugin helps list the shortcuts
6that are currently available based on the plugins you have enabled.
7
8Enable this plugin by adding it to your `plugins` definition in `~/.zshrc`.
9
10  ```
11  plugins=(aliases)
12  ```
13
14Requirements: Python needs to be installed.
15
16### Usage
17
18```
19  acs: group all alias
20  acs $keywordquickly filter alias & highlight
21```
22