This is a Bash script for the Audio Guides Application. It provides a simple command-line interface for selecting and executing a custom command on .wav files in the current directory.
- Displays a welcome screen to introduce the application.
- Shows a disclaimer message about the project.
- Allows selection of a .wav file from the current directory.
- Executes a custom command on the selected file.
- Displays contact information for the application.
- Provides credits for the project.
- Bash shell
- Whiptail command-line utility
minimodem
command-line utility (if using the provided command)
- Clone the repository or download the script file.
- Make the script executable:
chmod +x audioguides.sh
- Run the script:
./audioguides.sh
- Follow the on-screen instructions to navigate through the application.
- Select a .wav file to execute the custom command on.
Note: Make sure the necessary requirements are installed and accessible in the system's PATH.
You can customize the script by modifying the functions and adding your own commands or functionality. Each function is responsible for a specific task, such as displaying screens or executing commands.
This script is licensed under the MIT License.
Feel free to fork, contribute, or provide feedback on the script.