a unix single-line editor/prompt?
Posted
by jes5199
on Server Fault
See other posts from Server Fault
or by jes5199
Published on 2010-02-23T18:29:10Z
Indexed on
2010/03/08
4:38 UTC
Read the original article
Hit count: 500
command-line
|prompt
I've got a bash script that would be nicer if when I prompt the user, rather than just asking for input, if it provided a line that the user could edit (but a full text editor would be overkill, it's only one line)
What tool provides this?
dialog
's inputbox is almost right, but I'd rather it didn't paint the whole screen.
© Server Fault or respective owner