From 3de3076984dd26e7a9a254e8c2ef036812116064 Mon Sep 17 00:00:00 2001 From: Oleg Voronkovich Date: Thu, 17 Aug 2017 14:32:41 +0300 Subject: [PATCH] Add project.plugin.zsh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1db4c2b..c471841 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,7 @@ These frameworks make customizing your zsh setup easier. * [plugin](https://github.com/hellodarren/plugin) - Creates custom oh-my-zsh plugins from a boilerplate template. Very oh-my-zsh centric, the generated plugins will need editing to work with other frameworks. * [pretty-time-zsh](https://github.com/sindresorhus/pretty-time-zsh) - Convert seconds to a human readable string: 165392 → 1d 21h 56m 32s. * [project](https://github.com/gko/project) - Create node/python/ruby project both locally and on github(private or public repository). +* [project.plugin.zsh](https://github.com/voronkovich/project.plugin.zsh) - Plugin for managing projects. * [proxy-plugin](https://github.com/escalate/oh-my-zsh-proxy-plugin) - Aliases to manage proxy shell environment settings. * [revolver](https://github.com/molovo/revolver) - A progress spinner for ZSH scripts. * [ripz](https://github.com/jedahan/ripz) - Reminds you of your aliases, so you use them more. Depends on [ripgrep](https://github.com/BurntSushi/ripgrep).