Usability when working with long scripts

One of my runbooks has a 50 line BASH script. If I click run then I have to scroll down to view the output. It would be nicer if there was a way to minimize (or reduce) the script window, so you can click run and see the output without having to scroll down.

I was wondering if it was possible to source a script from another script using Templating - Atuin Desktop Docs, (e.g. echoing out the script in ScriptA and sourcing it in ScriptB), but not sure if that’s a good approach.

Not a big issue, but would make this use case smoother. :smiley:

For the first ask - totally makes sense, will open an issue and get to it asap

For the second, it is possible! The API might change in future versions, but here is an example of what you can do right now: Templating - Atuin Desktop Docs

1 Like