You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this idea. We just recently created a method to facilitate sending output to any given window on the dr-scripts side. It'd be neat if we could normalize this from the lich side too.
Lich could create a window and display current running scripts with links to control them.
I'm not super familiar with the code base, but if it's something that would be accepted, I could make an attempt at it.
My proposal:
Send
<streamWindow id="script" title="Scripts"/>
when starting.Depending on which is easier either:
When a script is created send:
Then whenever a script is updated send
<component id="script {scriptName}">{scriptName} <d>;pause {scriptName}">pause</d></component>
Or do that without components and send a clearStream and the entire window contents on every script change.
I think can be replaced by to make the text and command different, or do commands need to come from the dictionary?
The text was updated successfully, but these errors were encountered: