浏览代码

Aliases: Adding a README file for the plugin. #4662

Robby Russell 2 年之前
父节点
当前提交
5cdba87025
共有 1 个文件被更改,包括 21 次插入0 次删除
  1. 21 0
      plugins/aliases/README.md

+ 21 - 0
plugins/aliases/README.md

@@ -0,0 +1,21 @@
+## Aliases Cheatsheet
+
+**Maintainer:** [@hqingyi](https://github.com/hqingyi)
+
+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.
+
+Enable this plugin by adding it to your `plugins` definition in `~/.zshrc`.
+
+  ```
+  plugins=(aliases)
+  ```
+
+Requirements: Python needs to be installed.
+
+### Usage
+
+```
+  acs: group all alias
+  acs $keywordquickly filter alias & highlight
+```