Terminal sessions you can bookmark
1–10 of 13 posts
Re: Terminal sessions you can bookmark
#2Re: Terminal sessions you can bookmark
#3Hi all, I'm the author of this article. Happy to answer any questions.
Re: Terminal sessions you can bookmark
#4the goal was to use webauthn to authenticate ssh sessions from the browser with a charm/wish ssh app backend.
Re: Terminal sessions you can bookmark
#5Re: Terminal sessions you can bookmark
#6Re: Terminal sessions you can bookmark
#7This looks really nice, too bad I can't use it because my company blocks websockets.
Re: Terminal sessions you can bookmark
#8Would it make sense for Zellij to also support the tmux control mode protocol, and interoperate with terminal emulators that support it?
Another thing (less ambitious): is it possible to have an option to integrate with native scrolling? Like shpool [3] does. I suppose it's not possible to enable it by default since it has a frame around the session, but maybe this frame could be disabled if I want native scrolling back? Native scrolling helps mainly with navigating by clicking on the native scrollbar that most terminal emulators have (mouse scrolling works on Zellij though, which is very cool).
[0] https://iterm2.com/documentation-tmux-integration.html
[1] https://github.com/tmux/tmux/wiki/Control-Mode
[2] https://unix.stackexchange.com/questions/189805/what-termina...
Re: Terminal sessions you can bookmark
#9iTerm2 has a feature where it can display tmux tabs as native tabs [0] which is called tmux control mode [1] (most other terminal emulators haven't picked up this feature [2], but I wish they did). Would it make sense for Zellij to also support the tmux control mode protocol, and interoperate with terminal emulators that support it? Another thing (less ambitious): is it possible to have an option to integrate with na…
For 2 - I think this can be achieved with scroll vertical/horizontal scroll regions (which should also boost performance a bit). I hope to implement this in the future.
Re: Terminal sessions you can bookmark
#10Hi all, I'm the author of this article. Happy to answer any questions.