From 5ff5ef21e3ae4dcf34aa6288fc3d1cce1e12920c Mon Sep 17 00:00:00 2001 From: Vinta Date: Thu, 3 Jul 2014 16:20:13 +0800 Subject: [PATCH] add sub section to Command-line Tools --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3bc133d..ab4dfa1 100644 --- a/README.md +++ b/README.md @@ -169,14 +169,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by ## Command-line Tools -*Libraries for building command line utilities.* +*Libraries for building command-line application.* -* [click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way. -* [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools. -* [docopt](http://docopt.org/) - Pythonic command line arguments parser. -* [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text. -* [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX -* [pywk](https://github.com/spotify/pywk) - Python awk-like line processing tool +* Command-line Application Development + * [click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way. + * [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools. + * [docopt](http://docopt.org/) - Pythonic command line arguments parser. + * [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text. +* Workflow Tools + * [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX ## Documentation