I want to execute some command with currently edited file as argument from within Geany, triggered by keyboard shortcut. For example:
I am editing /home/user/file.txt and after hitting "Ctrl+B" I want geany to execute
$ command /home/user/file.txt
Now I use embedded terminal, but it is not too comfortable solution.
Or maybe some other editor provides such functionality?