aboutsummaryrefslogtreecommitdiff
path: root/python/python3-simple-term-menu/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2022-12-28 17:35:54 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-31 09:14:40 +0700
commitaa429a232eddb1c8f36630fb66a9ae173c3791ea (patch)
treed9f041f172fd4efda82e211720176027e27e440b /python/python3-simple-term-menu/README
parent83a2108f89780c5413e75907065da0fb7e360ef5 (diff)
python/python3-simple-term-menu: Added (creates simple cli menus)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-simple-term-menu/README')
-rw-r--r--python/python3-simple-term-menu/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-simple-term-menu/README b/python/python3-simple-term-menu/README
new file mode 100644
index 0000000000..587cb8c6d3
--- /dev/null
+++ b/python/python3-simple-term-menu/README
@@ -0,0 +1,6 @@
+Creates simple menus for interactive command line programs.
+It can be used to offer a choice of different options to the user.
+Menu entries can be selected with the arrow, j/k, or emacs (C-n/C-p).
+The module uses the terminfo database to detect terminal features
+automatically and disables styles that are not available.
+