liamg / darktile

:waning_crescent_moon: Darktile is a GPU rendered terminal emulator designed for tiling window managers.
MIT License
3.04k stars 113 forks source link

tmux like replacement #275

Closed ghost closed 3 years ago

ghost commented 5 years ago

This is a smart approach. Virtualise all the cross platform OS terminal issues by using an opengl canvas !

Would this allow me to program it to have many tiling windows etc. Basically what tmux does. Then i can load up a daemon into each view and see the logs streaming through for each daemon. Or can i also use REPL also to control the daemons respectively.

Hope i am explaining myself ...

Seirdy commented 4 years ago

What's the advantage of duplicating tmux/window-manager features over using tmux normally?

test-account-0 commented 4 years ago

There is no need to reimplement tmux. There is tmux -CC

https://github.com/tmux/tmux/wiki/Control-Mode

liamg commented 3 years ago

Closed due to complete rewrite as part of bringing the project back to life, please create a new issue if still relevant. Thank you!