summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 8 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 81396a3..a8e93f3 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,12 @@ Package: moreutils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Description: additional unix utilities
- This is a collection of the unix tools that nobody thought to write
- thirty years ago.
+ This is a growing collection of the unix tools that nobody thought
+ to write thirty years ago.
.
- Includes the following utilities:
- isutf8 sponge ts vidir vipe
+ So far, it includes the following utilities:
+ - isutf8: check if a file or standard input is utf-8
+ - sponge: soak up standard input and write to a file
+ - ts: timestamp standard input
+ - vidir: edit a directory in your text editor
+ - vipe: edit a pipe using your text editor