From 902c5ac61193b04c677bcea87c3e5151520d068e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20L=C3=B3pez?= Date: Tue, 27 Sep 2016 14:57:52 -0500 Subject: [PATCH] Add shundle (#174) shundle is a plugin manager for general purpose shells --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4691991..c064600 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [fresh](https://github.com/freshshell/fresh) - Keep your dotfiles fresh * [homeshick](https://github.com/andsens/homeshick) - Git dotfile synchronizer written in Bash * [vcsh](https://github.com/RichiH/vcsh) - Config manager based on Git +* [shundle](https://github.com/chilicuil/shundle) - Plugin manager for shell scripts ## Shell Script Development