From 59af028e2f6e286287b6e5784bdb8efb006d2e85 Mon Sep 17 00:00:00 2001 From: Justin Mayfield Date: Tue, 12 Apr 2016 16:43:54 -0600 Subject: [PATCH] Add shellish to command line section. Add my library to the list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9bfac515a..6daca41053 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [docopt](http://docopt.org/) - Pythonic command line arguments parser. * [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line * [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines. + * [shellish](https://github.com/mayfield/shellish) - Command-line/shell mashup framework. Make CLIs that can also function as interactive shells. * Productivity Tools * [aws-cli](https://github.com/aws/aws-cli) - A universal command-line interface for Amazon Web Services. * [bashplotlib](https://github.com/glamp/bashplotlib) - Making basic plots in the terminal.