Replies: 2 comments 2 replies
-
I'm pretty sure we were the inspiration for this feature :) Check out command panes in Zellij, you can run them (for example) with |
Beta Was this translation helpful? Give feedback.
-
Hi, I wrote a short bash script to do what you're looking for and named it 'marathon'.
then save and source this code . bash-preexec.sh
shopt -s extdebug
preexec() { zellij run -- $1; return 1; } I might turn this into a repository later and improve usability. It's great that you enjoy Warp - there are many wonderful tools out there and some have inspired Zellij. In any case, this solution isn't perfect (yet) but has the advantage of not spying nor collecting your data. |
Beta Was this translation helpful? Give feedback.
-
Just want to say zellij is so amazing and I use it everyday with so much joy @imsnif!
There's this amazing feature in warp terminal (https://www.warp.dev/) where executed commands are grouped into "mini-panes" where they can be navigated over and have their own scroll buffer.
Once you try it there's no going back however it's only available on macos and lives as a terminal app.
With the solid foundations of with panes and tabs built into zellij, having a option of a command pane with the features described above would elevate the experience to the next level.
Beta Was this translation helpful? Give feedback.
All reactions