Designed, maintained, and audited by Sol87 written by Claude Opus.
- Set up complex commands to clickable buttons to be executed in order.
- Built-in terminal can append commands to buttons as you type them out.
- Customize grid size, button colors, and text.
- Multiple "scenes" of custom buttons for various workflows.
- Dark/Light theme or "Auto" to follow your system theme.
- Easily manage commands for your remote servers!
PR's, bug reports, and suggestions are greatly appriciated.
- Any Modern Linux Desktop with Python 3.11+
Built with Python 3.12, PySide6, QT, and PyInstaller.
cd /path/to/TerminalBoard
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install pyside6
python3 -m pip install pyinstaller
pyinstaller --onefile --name Terminal-Board-amd64 --windowed main.py