FluxGo

<- Other Projects

the tiniest of app launchers. technically not an app launcher... it’s a command launcher.

fluxgo takes your input and executes it exactly as you wrote it in /bin/sh.

That's it.

compilation

cc -O2 -Wall -Wextra -pedantic fluxgo.c -o fluxgo -lX11


Ironically GO is never used here...

Downloads

github