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
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/smenu && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
smenu-0.9.19.tar.bz2 | 0000321928 314 KB | |
smenu.changes | 0000015167 14.8 KB | |
smenu.spec | 0000001895 1.85 KB |
Revision 6 (latest revision is 12)
Dominique Leuenberger (dimstar_suse)
accepted
request 939979
from
Pierre Gentile (pgen)
(revision 6)
- Version 0.9.19 * Fixes: * Prevent an attempt to free memory that has already been freed. * Prevent memory leaks when requesting help. * Correctly handle the order of invocation of -i/-e options. * Apply a PR from h1z1 with a small correction. * Fix the UTF-8 byte sequence generation from a given UCS-4 codepoint. * Many small fixes. * Improvements: * Improve the documentation. * Improve compatibility with some older compilers. * Added the ability to set a global inactivity timeout. * Improve the reliability of the code. * Miscellaneous: * Removed the generation of the SUSE specific specfile. * Many typos have been corrected. * Various code simplifications.
Comments 0