From aa429a232eddb1c8f36630fb66a9ae173c3791ea Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 28 Dec 2022 17:35:54 +0000 Subject: python/python3-simple-term-menu: Added (creates simple cli menus) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-simple-term-menu/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python3-simple-term-menu/README (limited to 'python/python3-simple-term-menu/README') 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. + -- cgit v1.2.3