From e7398bb6488d10485f9b9c846cd168f7d5777803 Mon Sep 17 00:00:00 2001 From: lingtalfi Date: Mon, 21 Sep 2015 05:39:59 +0200 Subject: [PATCH] add bashmanager --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49eb99a..e6805a5 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [ansi](https://github.com/fidian/ansi) - ANSI escape codes in pure bash - change text color, position the cursor, much more * [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework * [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts +* [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools * [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System * [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions * [dispatch](https://github.com/Mosai/workshop/blob/master/doc/dispatch.md) - A command line argument parser in 50 lines of portable shell script.