Merge branch 'master' of http://github.com/nojhan/colout
This commit is contained in:
commit
7bf87889ee
3 changed files with 3 additions and 3 deletions
|
|
@ -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 <COLOR> 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.
|
||||
|
|
|
|||
|
|
@ -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 <nojhan@nojhan.net>
|
||||
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue