/launcher

Simple small launcher for windows

Primary LanguageC++

NO WARRANTY

Simple list of commands and scripts in one place that don't fit anywhere else.

Warning

Doesn't play well with those that need console atm (CREATE_NO_WINDOW flag always on).

example commands.json:

[
    {
        "label": "notepad",
        "command": "notepad.exe"
    }
]