summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-06-14 22:49:45 +0200
committerpgen <p.gen.progs@gmail.com>2021-06-14 22:59:02 +0200
commit0cdc9a51f61bfc88c636c816915280280f8be2c0 (patch)
treefa17e9270ee9815438c53e660b6efa2de8e00147
parent63654f32133f494d5f173a47c7ccbf95715c60f4 (diff)
Rework the summary
-rw-r--r--SUMMARY14
1 files changed, 11 insertions, 3 deletions
diff --git a/SUMMARY b/SUMMARY
index fd79619..aef9a62 100644
--- a/SUMMARY
+++ b/SUMMARY
@@ -1,4 +1,12 @@
-Terminal utility that allows you to use words coming from the standard
-input to create a nice selection window just below the cursor.
+Advanced terminal-based selection tool.
-Once done, your selection will be sent to standard output.
+The items to be selected can come from a file or from the standard input.
+The selected item is printed on the standard output.
+
+The items are often ordinary words, but can be more complex.
+
+The selection area can be browsed easily and even disappear once the
+selection is made.
+
+Initially designed to facilitate the creation of menus, smenu quickly
+became a much more general selection tool.