|
|
|
|
|
by qudat
141 days ago
|
|
I have thought about writing a separate tool that resembles dvtm but I’m not exactly sure how I would build it. I don’t want to maintain a monster project like terminal multiplexing. Zmx is basically a single file with 1500 LoC and is “production grade” with just a few quirks I haven’t figure out yet. I would want something of similar scope. With zmx I created two commands you might be interested in: zmx run and zmx history. Run lets your execute commands inside the PTY and history lets you read from the session history. |
|