bugy / script-server

Web UI for your scripts with execution management
Other
1.55k stars 246 forks source link

Interactive terminal options #568

Closed SergeWielhouwer closed 2 years ago

SergeWielhouwer commented 2 years ago

Hi bugy,

Thank you for developing this nice and user-friendly web UI to start and keep track of running scripts.

I would like to know if interactive terminal options, where (for example) you use the arrow keys to navigate through the terminal, can be used.

Below an example using the inquirer package for Python. I am currently unable to use the up/down and spacebar to go through the selection list

image

Is support for this considered or do you have any suggestions/ideas on this?

Best regards,

Serge

bugy commented 2 years ago

Hi @SergeWielhouwer unfortunately this is not supported :( And I don't have plans for it

SergeWielhouwer commented 2 years ago

Hi @bugy, I will try to work around it, thanks for your fast and clear reply 👍