scriptgui toolbox


 

 

 

 

 

 

 
Simply add GUI elements to scripts.
 
One single tool with several GUI dialogs, e.g. messagebox, file dialog, string input or choice list.
 
Usage example for a bash script, see more on page :
#!/bin/sh
mkdir -p /tmp/backup/latest                                          
fn=$(ao6dialogs file -title="choose file to back up" -folder="/")   
if [ -f "$fn" ]; then                                               
    cp "$fn" /tmp/backup/latest                                            
    ao6dialogs info -text="$fn"$'\n\nhas been saved to /tmp/backup/latest.'
fi
    
# create backup folder
# ask user for a file
# if file exists and not cancelled:
# copy file to backup
# tell user about success
   
 
Download latest version:
 
  scriptdialogs V 1.01
 
 
License: freeware, without any warranty.                                              
  © 2025 mntec. All Rights Reserved.               Toolbox icons created by Freepik - Flaticon