aboutsummaryrefslogtreecommitdiff
path: root/python/pysed/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-07-17 21:38:18 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-07-17 21:38:18 +0700
commit61469bac0a72b96013cec367cf77665296c3574e (patch)
treebc0312c19496c5986bf7f8d34178806121017601 /python/pysed/README
parentbaa3c3ce5efb8c83ad6b9261848782e0a0dc67be (diff)
downloadslackbuilds-61469bac0a72b96013cec367cf77665296c3574e.tar.xz
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/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/python/pysed/README b/python/pysed/README
index 2ec3870cb093..82209f7f68d7 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.