Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK
21–30 of 111 posts
Re: Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK
#22a week ago I was using cmux but its osx only and doen't work on remote terminals. then I switched to herdr which is great so far except its not s great at managing panes. I can't move them around or change ordering. now another terminal multiplexer. I'm getting whiplash. all that said, none of the existing solutions are perfect and rust codebases are nice. how easy is it to reorder panes? is there a cli that lets me…
Re: Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK
#23Hey, I automate tmux all the time with send keys and capture.. how is your project improves vs tmux or zellij?
Re: Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK
#24Can someone describe the pros/cons vs zellij?
Re: Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK
#25Hey, I automate tmux all the time with send keys and capture.. how is your project improves vs tmux or zellij?
I don't get it as well, everything mentioned in the readme is already trivially possible with tmux or zellij
Re: Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK
#26The website is a little too obviously made by Claude. The first thing I noticed is the classic "pill with pulsing green dot that says something is active or live" claudism.
Re: Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK
#27Re: Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK
#28The website is a little too obviously made by Claude. The first thing I noticed is the classic "pill with pulsing green dot that says something is active or live" claudism.
Re: Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK
#29a week ago I was using cmux but its osx only and doen't work on remote terminals. then I switched to herdr which is great so far except its not s great at managing panes. I can't move them around or change ordering. now another terminal multiplexer. I'm getting whiplash. all that said, none of the existing solutions are perfect and rust codebases are nice. how easy is it to reorder panes? is there a cli that lets me…
I started using cmux a month ago and it had made my life a lot easier. Finally I have a pane with all my projects open all the time, I can switch between them, have multiple terminals for each one. What do you mean by remote terminals?
To be clear, That doesn't make cmux bad. if you WANT to do everythign on your mac, cmux is fantastic. its just not designed with the remote ssh control use case in mind.
Re: Show HN: Rmux – A programmable terminal multiplexer with a Playwright-style SDK
#30a week ago I was using cmux but its osx only and doen't work on remote terminals. then I switched to herdr which is great so far except its not s great at managing panes. I can't move them around or change ordering. now another terminal multiplexer. I'm getting whiplash. all that said, none of the existing solutions are perfect and rust codebases are nice. how easy is it to reorder panes? is there a cli that lets me…
no skill file, you get the same 90 commands of tmux. and if you build a rust app you can have many more cool stuff like "wait for" some text to appear, asyncly
excited to check back in on the progress as you work on it though! I think these kinds of tools are going to be much more relevant going forward as we all move to agentic workflows.