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:Backports:SLE-15-SP4:RebuildFactoryUpdates/smenu && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
smenu-1.4.0.tar.bz2 | 0000348632 340 KB | |
smenu.changes | 0000022397 21.9 KB | |
smenu.spec | 0000001843 1.8 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1163953
from
Pierre Gentile (pgen)
(revision 12)
Version 1.4.0 * Fixes: * Make sure certain variables are initialized before using them. * Fixed cursor attribute on search failure. * Some option names contain - instead of _. * Correction of potential dereferencing of a NULL pointer. * Correction of compiler warnings. * Improvements: * Reworked code to go to start/end of line in col/line mode. * Added a scrollbar below the window in col/line mode that displays when necessary. * UTF-8 space support for empty strings. * Support for UTF-8 extended grapheme clusters if supported by the terminal. * Miscellaneous: * Changed the appearance of scrollbars to make them more discreet. * Correction of typos in comments and in the manual. * Code simplification and redesign. * Reformatting the code to make it more readable. * Made more NULL comparisons explicit.
Comments 0