Hi Jare,
I’m really enjoying the plugin! However, since my script is quite long and I have several existing commands, it’s becoming easy to mix them up. I believe the interface could be improved by allowing users to edit only the selected command on the page, rather than making all commands editable in the same window. Ideally, I would like to save my shell scripts securely as bash files. While I was able to call my external scripts using source $Script_Path &
, I noticed this does not assist in recognizing Shell Command variables like {{title}}. What do you recommend?