A lightweight GTK-based tool for managing and executing command queues on Linux.
- Sequential and parallel command execution
- Profile saving/loading
- Multi-terminal support
- Python 3
- GTK 4 (PyGObject)
git clone https://github.com/BroerSakki/Orcstrate.git
cd Orcstrate
./scripts/setup.sh- Install MSYS2 (Follow this tutorial for more detailed steps)
- Run these commands in the MSYS2 shell (The UCRT64 one) PS. I reccommend adding UCRT64 to windows terminal as a profile for ease of use. Stack overflow tutorial here
pacman -S mingw-w64-ucrt-x86_64-gtk4
pacman -S mingw-w64-ucrt-x86_64-python-gobject
pacman -S mingw-w64-ucrt-x86_64-glib2
PS. We don't use xfce4-terminal here, but instead mintty, since it already comes pre-installed with MSYS2. Also I can't find xfce4-terminal anywhere for MSYS2 :)
- If needed add "C:\msys64\mingw64\bin" to PATH in the Windows System Environment Variables
PYTHONPATH=src python3 src/orcstrate/main.py- In the MSYS2 shell (The UCRT64 one), cd into the Orcstrate folder and run this command
python3 src/orcstrate/main.py