diff options
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. |