Would you like to get more out of bsddialog(3)? BSDCan has a tutorial for that: Introduction to TUI Programming using bsddialog with Benedict Reuschling Thursday 2026-06-18: 13:00 - 16:00 Shell scripts have a bad reputation when it comes to usability and eye candy. Modern users find a blinking cursor on a a black screen leaves a lot to be desired when having to interact with a shell script. In this tutorial, we will create shell scripts that look like a GUI application: with buttons to press, input fields, select boxes and animated progress bars. These so called TUI (text user interfaces) programs still use shell script functionality as the backend, but are lightweight enough to not introduce too much overhead. Users will appreciate the ease of use of your shell scripts and you can rely on them to give you the data and visualizations you to need. At the same time, the TUI application is not difficult to learn and implement into existing scripts. More info: https://www.bsdcan.org/2026/timetable/timetable-Introduction-to-TUI.html #unix #tui #shellscript #runbsd #bsdcan