Shiny as a front end Gui for WSL Bash

Hi Folks,

has anyone ever used Shiny GUI as a front end for WSL/Ubuntu shell front end?

Mubanga

I am guessing it should be possible to use Rmarkdown (write the bash commands there ) and at the same time create Shiny widgets?

library(shinyAce) might be of interest.

Thank you very much let me check ShinyAce I have never used it before

I just saw that it is indeed possible.

```{bash}
echo "Hello Bash!"

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.