Hacker News new | ask | show | jobs
by tiu 466 days ago
Would also like to mention (tab-rs)[0] which has a much more unconventional take on multiplexing.

It is sad that it has not been maintained in a while (written in rust) as I much prefer the low cognitive load approach it presents (just fuzzy find) as well as the workspace feature.

Would be interested in knowing if there is something similar and maintained.

P.S. Does anyone here know how to make GNU Screen start up by default on a terminal launch?

[0]: https://github.com/austinjones/tab-rs

1 comments

That will depend on your terminal and whatever is running it. For xterm, '-e screen' will do.