I know that you can create a simple a dialog box from shell script that has text field and two buttons where the one button would start a function that saved the input of the text field(how know how to output text to files but not how to get the input of the text box)?
Asked
Active
Viewed 432 times
1
-
Could you clarify your question and post a code attempt? – Right leg Dec 26 '16 at 04:11
-
google about `whiptail `.... – P.... Dec 26 '16 at 05:46
-
@Rightleg, I only know that you could use osascript but I got no idea how to attempt this further... PS, thanks I'll check that – Dec 26 '16 at 08:44
-
Possible duplicate of [How to show a GUI message box from a bash script in linux?](http://stackoverflow.com/questions/7035/how-to-show-a-gui-message-box-from-a-bash-script-in-linux) – Benjamin W. Dec 26 '16 at 21:42