About 1,180,000 results
Open links in new tab
  1. text user interface - How do I create a terminal-based GUI?

    May 27, 2016 · ncurses (new curses) is a programming library providing an API that allows the programmer to write text-based user interfaces in a terminal-independent manner. It is a toolkit …

  2. Creating dialog-based GUIs in the terminal - Linux Bash

    Learn to develop interactive, dialog-based GUIs in the Linux terminal using Bash and the `dialog` tool. This guide covers how to install `dialog`, create basic menu GUIs, and provides practical …

  3. How to make a GUI for bash scripts? - Stack Overflow

    May 30, 2009 · Before actually using GUI dialogues, consider using console prompts. Quite often you can get away with simple "y/n?" prompts, which in bash you achieve via the read …

  4. How to Add a GUI to Linux Shell Scripts - How-To Geek

    To give people an experience that's as frictionless as possible, you have to create and use GUI elements from your scripts. zenity allows you to incorporate a wide range of graphical interface …

  5. Create GUI Dialog Boxes In Bash Scripts With Whiptail - OSTechNix

    Feb 23, 2022 · This guide explains what is Whiptail, how to install Whiptail in Linux and how to create GUI dialog boxes in Bash Scripts using Whiptail.

  6. How to Add a GUI to Linux Shell Scripts - UMA Technology

    Dec 21, 2024 · In this article, we will explore different ways to add a GUI to Linux shell scripts, including using graphical libraries such as GTK and Qt, as well as web-based interfaces. We …

  7. Controlling the Bash Terminal Screen | by Kenneth Reilly - ITNEXT

    Jan 23, 2020 · This project illustrates how to create a simple GUI-like interface in the terminal with simple Bash scripts, eliminating the need for an additional compiler or interpreter to be …

  8. How can I easily create a GUI dialog with a bash script?

    You can create tabbed dialogs by using Yad's Notebook feature to embed dialogs within other dialogs as plugins. There's a long example at PCLinusOS mag and some interesting shorter …

  9. How to show a GUI message box from a bash script in linux?

    Aug 10, 2008 · You can use shellmarks to display a GUI dialog prior to your shell script running, that will allow the user to enter data that will be placed in the environment. #!/bin/bash echo …

  10. Build Linux Bash Graphical UI Scripts | by Tamir Suliman | Medium

    Sep 23, 2018 · Luckily, there is a way to code a GUI for shell scripts on bash in the script itself. In this article, I will introduce whiptail and some examples of how to incorporate it into a shell...

  11. Some results have been removed
Refresh