GDScript-Geany
GDScript-Geany copied to clipboard
[discussion] Sane "execute" commands
This is just a discussion about if there should be an "execute" command. There are several options:
cd %p; godot
cd %d; godot -u
In my mind these should be bound to the "execute" button.
I did want to try not using the linux cd command, but for some reason I couldn't get godot %p to work.