1

I edit and test a lot of scripts using Geany.

Is there a way to make an open script executable using Geany instead of having to do it using my file manager?

fixit7
  • 121
  • 7

1 Answers1

1

I defined a build command.

Under Build

Set Build Commands

No filetype commands

Set Exe Bit chmod +x %f

fixit7
  • 121
  • 7
  • I could not find "No filetype commands" but I suppose you can choose which group you like to add the command to. – jarno Nov 24 '20 at 16:51