From 5c626318599874f2549001fa8a12c98b079d8fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Sad=C5=82ocha?= Date: Sat, 28 Jun 2014 13:51:49 +0200 Subject: [PATCH 1/2] Fix typos Changes occurrences of 'Ouput' to 'Output' --- colout/colout.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colout/colout.py b/colout/colout.py index 8ac771b..248b9b7 100755 --- a/colout/colout.py +++ b/colout/colout.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 #encoding: utf-8 -# Color Up Arbitrary Command Ouput +# Color Up Arbitrary Command Output # Licensed under the GPL version 3 # 2012 (c) nojhan diff --git a/setup.py b/setup.py index 2ad8b72..6af0562 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ requires = ['argparse', 'pygments', 'babel'] setup( name='colout', version='0.1', - description='Color Up Arbitrary Command Ouput.', + description='Color Up Arbitrary Command Output.', long_description=open('README.md').read(), author='nojhan', author_email='nojhan@nojhan.net', From f80d3e7642be124bbd709ad1a30b5bc762b9c931 Mon Sep 17 00:00:00 2001 From: DainDwarf Date: Fri, 21 Nov 2014 14:32:47 +0100 Subject: [PATCH 2/2] Update README.md The text "COLOR" does not appear on github -> I propose using *COLOR* instead of --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea7d616..3cc48a6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ colout(1) -- Color Up Arbitrary Command Output ## DESCRIPTION `colout` read lines of text stream on the standard input and output characters -matching a given regular expression *PATTERN* in given and *STYLE*. +matching a given regular expression *PATTERN* in given *COLOR* and *STYLE*. If groups are specified in the regular expression pattern, only them are taken into account, else the whole matching pattern is colored.