Live data from Hacker News

Vtm: Text-Based Desktop Environment

github.com

51–60 of 98 posts

Re: Vtm: Text-Based Desktop Environment

#52
post #11

I know I’m missing the obvious here, but is this a terminal multiplexer (like tmux)? Or a tiling terminal emulator (like iTerm, et al)?

The Youtube video embedded on their Github is titled "Tiling Window Manager with Drag&Drop" and from watching it, that appears to be exactly what this is. I don't know if or why it artificially constrains itself to only opening terminals.

The whole thing runs inside of a terminal, it would be hard to open anything else

Re: Vtm: Text-Based Desktop Environment

#55
post #17
post #11

I know I’m missing the obvious here, but is this a terminal multiplexer (like tmux)? Or a tiling terminal emulator (like iTerm, et al)?

Neither, it's its own thing. Most similar to tmux, but you interact with it more like you'd interact with a graphical window manager.

So tmux with floating panes and drag-n-drop.

Re: Vtm: Text-Based Desktop Environment

#56
post #3

We've come full circle. We invented a GUI to replace the TUI, then reimplemented the GUI in the TUI. Long live the terminal!

We've done it twice. Many terminals run under electron or equivalent browser interfaces. So we've implemented TUI in the GUI as well!

That’s also applies to literally every terminal emulator written since xterm.

Most of the modern terms these days have GPU acceleration too.

Re: Vtm: Text-Based Desktop Environment

#57
post #21

I always wondered if it was possible to have a TUI-style window manager inside the terminal. This is a fantastic project, whoever made it did a great job.

Something like dvtm? https://www.brain-dump.org/projects/dvtm/

A little bit actually, yeah. This looks great, thanks.

Re: Vtm: Text-Based Desktop Environment

#58
post #21

I always wondered if it was possible to have a TUI-style window manager inside the terminal. This is a fantastic project, whoever made it did a great job.

My TUI desktop environment, complete with a tiling window manager, is called Emacs %) I suppose Vim can offer a comparable experience.
Post reply on HN