C++ command line program launcher for Windows, designed for games.
Simply download the release and run the executable.
- Clone the repository
git clone https://github.com/TheArchons/WinLauncher - cd into the directory and run
g++ -O3 .\winlauncher.cpp -o winlauncher.exe -lpdcurses -lcomdlg32 - Run
winlauncher.exe.
When running the program, use Shift+A to add a program, Shift+Q to quit, and Shift+R to remove a program
