An interactive selection tool for use in your scripts.
This simple textmode tool reads words from the standard input, presents them in
a cool interactive window which appear just below the current line.
The selected word, if any, is then written to the standard output.
The git repo is here: https://github.com/p-gen/smenu (mirror: http://repo.or.cz/smenu.git)
There is a also wiki here: https://github.com/p-gen/smenu/wiki
Screencast demo: http://youtu.be/Z2DF73VYBU8
Author: Pierre Gentile
- Developed at utilities
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/smenu && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
smenu-1.0.0.RC1.tar.bz2 | 0000325603 318 KB | |
smenu.changes | 0000016053 15.7 KB | |
smenu.spec | 0000001898 1.85 KB |
Revision 7 (latest revision is 12)
Dominique Leuenberger (dimstar_suse)
accepted
request 978322
from
Pierre Gentile (pgen)
(revision 7)
- Version 1.0.0.RC1 * Fixes: * Fix configure.ac for autoconf >= 2.70. * Fixed a bug in the bash example in the README. * Synchronization with the commit 9ddac73 of ctxopt on github. * Use the right format to print size_t values (C99). * Add a missing break. * Fix a potential segfault when allocating .ini paths. * Fixed color and attribute parsing. * Fix some tests. * Improvements: * Update to autoconf 2.71. * Added "invisible" style attribute (n). * Prevent smenu from running in the background. * Catch and handle SIGPIPE signal. * Improve the manual. * Miscellaneous: * Various code simplifications. * Removal of some unnecessary parameter. * Removal of unnecessary code. * Fixed typos in the README file.
Comments 0