stmux
stmux copied to clipboard
Simple Terminal Multiplexer for Node.js Environments
See below, with stmux 1.7.1: 
Hi there, first of all I want to thank you for your impressive work. It is really great to have a tool like this for the community. So tanks in...
Hi, could you add an option to disable the activator? I tried using CTRL+ activator + r to restart tasks, but having to push only ctrl + r would be...
Simple example: ```sh npx stmux -- [ -e i_like_pancakes "yes Error" ] ``` * **expected**: Should not be red, because nothing on the console matches our regex * **actual**: Is...
We have a stmux config looking like this: ``` [ -s 1/30 ['./stmux-help.sh' ] : -s 1/10 [ 'npm run dev:app1' .. 'npm run dev:app2' ] : [ '$(pnpm bin)/tsc...
Hi, I'm using `stmux` for a project and noticed that there is a security issue with one of your dependencies, `blessed-xterm`, due to is using an vulnerable version of `xterm`....