diff options
author | Sukin Kumar K <kullsno2@gmail.com> | 2019-10-01 16:43:18 +0530 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-10-01 13:13:18 +0200 |
commit | 51f0eaad61d5870d990386ad8479bcd6a86108b6 (patch) | |
tree | fa6f2d82f4ad869c57d4ccdea23188bf8f77f36e /plugins/thor | |
parent | 8bfeb3759c34a8e2e6a5795c3f40630a220e709b (diff) | |
download | zsh-51f0eaad61d5870d990386ad8479bcd6a86108b6.tar.gz zsh-51f0eaad61d5870d990386ad8479bcd6a86108b6.tar.bz2 zsh-51f0eaad61d5870d990386ad8479bcd6a86108b6.zip |
Add README for thor and pip plugins (#8185)
Diffstat (limited to 'plugins/thor')
-rw-r--r-- | plugins/thor/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/thor/README.md b/plugins/thor/README.md new file mode 100644 index 000000000..09c705d9a --- /dev/null +++ b/plugins/thor/README.md @@ -0,0 +1,10 @@ +# Thor plugin + +This plugin adds completion for [Thor](http://whatisthor.com/), +a ruby toolkit for building powerful command-line interfaces. + +To use it, add `thor` to the plugins array in your zshrc file: + +```zsh +plugins=(... thor) +``` |