diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-07-17 21:38:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-17 21:38:18 +0700 |
commit | 61469bac0a72b96013cec367cf77665296c3574e (patch) | |
tree | bc0312c19496c5986bf7f8d34178806121017601 /python/pysed/README | |
parent | baa3c3ce5efb8c83ad6b9261848782e0a0dc67be (diff) | |
download | slackbuilds-61469bac0a72b96013cec367cf77665296c3574e.tar.gz |
python/pysed: Updated for version 0.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pysed/README')
-rw-r--r-- | python/pysed/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python/pysed/README b/python/pysed/README index 2ec3870cb0..82209f7f68 100644 --- a/python/pysed/README +++ b/python/pysed/README @@ -1 +1,5 @@ -CLI and API utility that parses and transforms text. +Pysed is a Python stream editor, is used to perform basic +text transformations from a file. It reads text, line by +line, from a file and replace, insert or print all text or +specific area. One of the elements of distinction is the +use of colors. |