Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
imsnif
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
1.
▲
The Zellij terminal multiplexer now runs natively on Windows
(zellij.dev)
3 points
by
imsnif
6mo ago
|
0 comments
2.
▲
by
imsnif
1y ago
Yes! With built in authentication.
3.
▲
by
imsnif
1y ago
For 1 - there's actually a nice proposal from WezTerm to make this an all-purpose general protocol that I hope happens: https://github.com/wezterm/wezterm/discussions/4889 For 2 - I think this can be ach
4.
▲
by
imsnif
1y ago
Hi all, I'm the author of this article. Happy to answer any questions.
5.
▲
Terminal sessions you can bookmark
(poor.dev)
86 points
by
imsnif
1y ago
|
12 comments
6.
▲
by
imsnif
1y ago
Hi, I'm the author of this article. Happy to answer any questions.
7.
▲
by
imsnif
2y ago
When I tried to get into programming as a teenager, I opened a graphical IDE and was immediately overwhelmed by a barrage of menus, popping windows and tooltips. This led me to believe programming is not for me. In later attempts I used vim
8.
▲
by
imsnif
3y ago
tmux popups are not first class citizens (eg. at least in current versions they freeze the display behind them, opening a terminal inside one of them is a pain as well as opening multiple ones, not to mention resizing them or rearranging th
9.
▲
by
imsnif
3y ago
We actually looked into it and found it to be the Rust allocator after all (the memory is freed after a day or two and afaict should not cause oom issues). I'm sorry for not writing this up in the issue, this was heavily investigated b
10.
▲
by
imsnif
3y ago
Yes they are. They work out of the box as I mentioned. This is what originally helped me move from screen to tmux, so it was important to me to provide the same experience. As for comparisons to tmux: I shy away from those. Just like I shy
11.
▲
by
imsnif
3y ago
Session detach was added 2+ years ago and tmux keybindings work out of the box. You can also remove any part of the UI you do not like and there are some pretty friendly built-in alternatives that take up less room. That being said - use wh
12.
▲
by
imsnif
3y ago
Not accounting for tastes and preferences, but it is decidedly not true that tmux does everything Zellij does (just some very minor examples are: true floating panes, true multiplayer support, stacked panes, etc.) As for prevalence: this ve
13.
▲
by
imsnif
3y ago
You can make it as compact as you like: https://zellij.dev/documentation/faq#the-ui-takes-up-too-muc...
14.
▲
by
imsnif
3y ago
Hey, you can remove borders around a pane at runtime with (default) `Ctrl p` + `z` or from the config with `pane_frames false`.
15.
▲
How to get users for your open source project [video]
(youtube.com)
1 points
by
imsnif
3y ago
|
0 comments
16.
▲
by
imsnif
3y ago
The session name yes, the branding no. You can create a custom plugin though instead of the built-in UI ones and render whatever you like...
17.
▲
by
imsnif
3y ago
Thanks! If you could also specify how you measured it and attach some debug logs (there are instructions in the issue template) that would be great. Because my instance has run overnight without issue and I'd love to be able to reprodu
18.
▲
by
imsnif
3y ago
I'm pretty sure our plugin system predates your project (it's been around since before our beta was released in 2021, we've just given it the attention it deserved right now). I'd definitely have wanted to outsource this
19.
▲
by
imsnif
3y ago
Keeping track is hard sometimes, I saw it again in the issue as you mentioned. :)
20.
▲
by
imsnif
3y ago
I'm like 90% sure this was fixed - if you'd be willing to try with a recent Zellij version, that would be great. Otherwise, I'll try your reproduction myself and will fix if I can reproduce. Thanks.
21.
▲
by
imsnif
3y ago
Sure thing! Btw, plugins can also open these command panes, this is how the multitask "mini-ci" plugin works.
22.
▲
by
imsnif
3y ago
Hi, Zellij has this feature. Please check out command panes: https://zellij.dev/documentation/zellij-run.html You can either open them through the cli with "zellij run -- <your command>" when inside a z
23.
▲
by
imsnif
3y ago
Hey, there are no memory leaks that I'm aware of (there were a few, but we plugged them in recent months). If you know differently, I'd appreciate an issue report.
24.
▲
by
imsnif
3y ago
Very soon! We want to implement it as a default plugin and wanted to release this system first.
25.
▲
by
imsnif
3y ago
Good question! A few reasons: 1. Ease of distribution - distributing a precompiled wasm blob is immensely easier than distributing an application 2. Sandboxing - both on the fs level and regarding special permissions, which brings us to 3.
26.
▲
Using Layouts for Personal Automation
(zellij.dev)
1 points
by
imsnif
4y ago
|
0 comments
27.
▲
by
imsnif
4y ago
Yes: https://zellij.dev/tutorials/basic-functionality/
28.
▲
Developing Through the Terminal with Zellij
(zellij.dev)
3 points
by
imsnif
4y ago
|
0 comments
29.
▲
Zellij 0.32.0: YAML to KDL, control through CLI and a new Layout System
(zellij.dev)
4 points
by
imsnif
4y ago
|
1 comments
30.
▲
by
imsnif
4y ago
Zellij can attach/detach sessions just like tmux.
More ›