stmux icon indicating copy to clipboard operation
stmux copied to clipboard

Simple Terminal Multiplexer for Node.js Environments

Results 7 stmux issues
Sort by recently updated
recently updated
newest added

See below, with stmux 1.7.1: ![image](https://user-images.githubusercontent.com/172594/70452158-91b5ff00-1a9e-11ea-8af2-434d5c4eaede.png)

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`....