correct. this becomes difficult for us to understand what happens behind the scenes.
HN user
shideneyu
I'm but a humble rust and ruby software developer.
love the web assembly demo. By the way, I hope this kind of interface for the web becomes more mainstream in the future, I start to hate html / css cuz everything looks the same because of it (even in the train stations they use it for scheduling)
exactly that's what I was thinking... like the day they provided a solution to the issue they posed
It's inevitable in the end
I love Philips hue , probably the only light smart automation that is really worth it.
As most of us I started using it but gradually stopped. It shoes signs of discontinuation I have seen also ?
exactly, claude-cli is just running behind the scenes in a detached way. rmux is parsing the output beautifully
@ogulcancelij rmux author here. I just tested herdr, I really liked it !
Hello ! I just updated rmux, you can run the command again, it should work ! Thank you for your curiosity and support
Still a long way to go, but I'm sure it will get there eventually.
please do and let me know ! quick story fast, I'm working a loooot remotely. I'm using https://github.com/sanchxt/yoop to synchronize my keyboard. Since I'm using moonlight it's blazing fast. But when I work in the train I'm back to ssh. My quick tip would be to: build your own tools, build them once, use them forever. and rmux is exactly made for that, it's prefect for TUIs over ssh and low connection that needs to stay alive even if you get disconnected
nice tool ! totally. rmux is lightweight, I believe it would be easy
correct... it's sad but recognition is a lot. After putting months of efforts, it's a risk I didn't want to take. And following tmux was like a red thread of life to code. Maybe in the future !
nice, zmx is a very nice approach. I did not want to take risks and change the expected behavior of the renown tmux. My main goal was 1) to rewrite tmux the modern way more elegantly (async, rust) and give it windows support 2) to give it a SDK. I think 1 window = 1 session is the right way, but it's a risky market move I didn't want to tackle for adoption. Maybe on a breaking v2 !
Hehe. I am building a multi agent orchestration system of course ;) I believe this is the future, agents speaking to one each other. It's very dirty with tmux
gobdovan nailed it. The CLI is a drop-in for existing tmux workflows; the SDK eases your flow when you'd otherwise be writing brittle send-keys + sleep + capture loop. But that's just one one of the use cases. rmux should be used to make beautiful TUI, something very dirty to do with tmux. Especially the day you want to do integration testing (playwright style)
noted, I'll check this out, thank you
And the site is actually quite cool I believe , I put a lot of efforts in the design.
Yes exactly. And it enables integration testing too. I hope it will foster the release of more cool TUIs.
Thank you ! I am proud of my little blue crab haha. I got it thanks to a lot of iteration between gpt image 2.0 and see dance 2
Same ! TUI are becoming more and more mainstream so there is a need for automated multiplexing , not used by humans but by programs (and agents)
Not part of the current version, it’s on my roadmap :)
I thought I was too zealous because I created 11 crates respecting single responsibility principles.. I would have been all in to risk it further and separating responsibilities for session and window management but it would have diverged too much from tmux. I wanted a 1-1 port for now
I wrote it for rust apps in mind, same usecase as for Ratatui. You’re right maybe I need to expose more tools with the cli
As of today you can replace tmux by rmux. Its behavior should be 1-1 iso; tmux is more stable though, it has been battle tested with a dozen of years of edge cases refinement. rmux is a faster and more elegant clone of tmux + windows support + programmable sdk
@jarym what don't you like with the homepage ? I am curious how I can improve
you don't like parallax effects ? maybe I'm too 2010 for you
ok will check it out then ! Thank you, putting it on my todo list
wupsy ! thanks, I just fixed it
windows support + async + public sdk. You can rewrite zellij with rmux, but not the opposite. rmux is a multiplexer engine