TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Zellij New WASM Plugin System

185 点作者 sbt567将近 2 年前

18 条评论

kibwen将近 2 年前
Because it&#x27;s not immediately obvious, Zellij is a terminal multiplexer like tmux or GNU screen, whose distinguishing feature is that it comes with more built-in functionality, has a more discoverable UI, and a more opinionated&#x2F;modern default configuration while still being highly customizable (as demonstrated in the OP).<p><a href="https:&#x2F;&#x2F;github.com&#x2F;zellij-org&#x2F;zellij">https:&#x2F;&#x2F;github.com&#x2F;zellij-org&#x2F;zellij</a>
评论 #36496316 未加载
评论 #36496384 未加载
评论 #36499080 未加载
评论 #36496511 未加载
scarmig将近 2 年前
Hijacking this for a question I&#x27;ve been wondering about. For context, I&#x27;m a long-time tmux user who spends 90% of my time in remote shells.<p>Ideally, I&#x27;d have my WM handle panes, layouts, etc. &quot;Terminal multiplexing&quot; seems to me to be misplacing client&#x2F;UI concerns. Session persistence is the concern of the server, and multiplexing should be handled by ssh. However, getting the client terminals to coordinate nicely (e.g. reattaching to the appropriate sessions, opening new terminals in the same remote working directory) require more sophisticated clients than exist currently (to my knowledge).<p>Does anyone feel similarly? Anyone have a setup that approximates what I&#x27;m looking for?
评论 #36498689 未加载
评论 #36500687 未加载
评论 #36497529 未加载
评论 #36501601 未加载
评论 #36538913 未加载
rodrigodlu将近 2 年前
Awesome! I will be sold forever when something similar to tmux ressurect is available.<p>Also I want to point out the way this is being handled in GH issue 575.<p>It&#x27;s taking time, but the politeness of many people, specially @imsnif is out of this world.<p>This will be killer and it&#x27;s ready, because one can freely create the tabs and panes designs while working, then dumping and customizing more later.<p>I&#x27;m learning rust myself now, and projects and people like this encourages me even more. (Even with the rust foundation issues that happened)<p>Thanks all!
Szpadel将近 2 年前
I was checking it like a year ago and it was cool but lacked some functionalities that i relied on daily basis (in comparison with tmux). I&#x27;m sure that some of those could be already implemented but plugins could probably fulfill rest of those.<p>For sure i see need for some kind of plugin &quot;package manager&quot; here. on one hand this would help with discoverability of plugins, but more importantly with updates. checking each of plugin every so often isn&#x27;t convinient and in such systems i usually check once or twice a year if there is any update.
maximilianroos将近 2 年前
Big fan of Zellij!<p>Here are my configs for anyone interested — more modal than the default: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;max-sixty&#x2F;6be7225ddc0a9cecb7203d5f7fb4c8d3" rel="nofollow noreferrer">https:&#x2F;&#x2F;gist.github.com&#x2F;max-sixty&#x2F;6be7225ddc0a9cecb7203d5f7f...</a>
tux1968将近 2 年前
It seems odd to distinguish between a plugin and a program running in a terminal pane. This seems to imply you must reimplement all such functionality as a new plugin, instead of just running your preferred tool, as usual, in a terminal window.<p>For example, they have implemented a file explorer as a plugin. But this means you can only use it when Zellij is available, and not as a standard tool on another system. This reduces flexibility and means you need different tools in different contexts.<p>I&#x27;d love to be corrected, but I can&#x27;t think of any good reason why a special file explorer needs to exist, just to be coded to this plugin standard, instead of as a normal terminal program.
评论 #36496341 未加载
评论 #36496451 未加载
landr0id将近 2 年前
I tried Zellij a while ago (year+?) and wasn’t a huge fan. After some major updates I tried it again and it’s become my daily driver.<p>Great application and I’m looking forward to seeing the plugin ecosystem grow. Thanks to the maintainers and contributors for their work.
renewiltord将近 2 年前
It looks pretty cool. Is there a plugin that is just &quot;convert this program into a plugin&quot;? i.e. say I&#x27;m doing some networking set up and I want to check whether what I&#x27;m doing is improving or reducing effective performance. I would like:<p>1. One pane with my UDP benchmark between two of my machines<p>2. One pane with my UDP benchmark between two other machines<p>3. One pane which is a normal terminal where I&#x27;m going to make my changes<p>So what I&#x27;d do is make my changes in normal terminal, then switch over to #1 and hit Enter and it runs, then switch over to #2 and it runs. I don&#x27;t want to write a specific plugin for my UDP benchmark tool. I want a plugin that takes a pre-baked command (with flags and arguments) and turns it into a pane that I can just switch to and hit Enter.<p>Honestly, I currently use a tiling terminal emulator (iTerm2) and it&#x27;s not bad, but I have to hit Up+Enter and then that&#x27;s overlapping with the history of whatever shell is on that machine.
评论 #36497135 未加载
imbnwa将近 2 年前
More interested in when they&#x27;ll implement concurrent, switchable sessions, one of the main reasons one would continue to use tmux, but this is nice development
评论 #36496348 未加载
评论 #36501607 未加载
mmgutz将近 2 年前
And for those who are tmux users, zellij can be configured to be more space efficient, ie reduce borders to a single line. There are even tmux bindings.<p>I&#x27;ve since grown fond of zellij&#x27;s locked mode which hides all keybindings behind a Ctrl+G toggle. That behaves more like vim modes than the awkward Ctrl+B in tmux.
评论 #36500572 未加载
评论 #36500287 未加载
rychco将近 2 年前
This looks cool, I’ll use it as an excuse to try zellij &amp; writing some wasm.
nilslice将近 2 年前
Very cool! As a wasm fan, I&#x27;m excited to see this and really appreciate the detailed write-up. As a maintainer of Extism[0] (a wasm plugin system framework) I&#x27;m curious if our project came up in your research for this, and if so, what is missing or kept you from considering it as a solution?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;extism&#x2F;extism">https:&#x2F;&#x2F;github.com&#x2F;extism&#x2F;extism</a>
评论 #36498804 未加载
SpriglyElixir12将近 2 年前
Why do terminal applications need a WASM runtime? I feel like I&#x27;m not really understanding something fundamental about WASM.
评论 #36496183 未加载
评论 #36499316 未加载
评论 #36496206 未加载
评论 #36500849 未加载
评论 #36496382 未加载
syrusakbary将近 2 年前
It&#x27;s great to see more use cases of Wasmer [1] out there. I&#x27;m excited for what&#x27;s coming next on this front :)<p>[1] <a href="https:&#x2F;&#x2F;wasmer.io&#x2F;">https:&#x2F;&#x2F;wasmer.io&#x2F;</a>
评论 #36509911 未加载
davidpfarrell将近 2 年前
Is Zellij in the same realm &#x2F; in competition with Warp terminal?<p><a href="https:&#x2F;&#x2F;www.warp.dev&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.warp.dev&#x2F;</a>
yewenjie将近 2 年前
Zellij has had a plugin system for more than a year, but I haven&#x27;t seen ... more than two-three plugins in total?
评论 #36503708 未加载
colordrops将近 2 年前
Starting to look like a text based window manager from the early 80s.
IshKebab将近 2 年前
Does this use Extism?