Can I access build scripts (bash) in the right side pane, just like other build tools allow?
Answered
If I'm using a build tool like Ant, I can see a list of build tasks in the right side pane, so I can easily find the one I'm looking for and execute it. I can also attach a keyboard shortcut to a frequently-accessed build task.
Can I do the same thing if I want to write my build tasks in bash? I'd like to see a list of bash functions or bash scripts in a right side pane, and then double-click them to execute them and attach keyboard shortcuts to them.
The closest alternative I can find is to create Run Targets for each shell script, but I can't see a way to attach a keyboard shortcut to one of them.
Thanks in advance for any ideas or workarounds
Please sign in to leave a comment.
Hello Andre. Regrettably, for now, I can't suggest any built-in solution for your case. You can try using the Bash CMD plugin from our Marketplace, which should implement the toolwindow for Bash scripts (please, follow these instructions to configure it). Also, we have a feature request to allow assigning shortcuts for the run configurations - please, upvote it if you're interested.
Olga Mulina thanks!