extty icon indicating copy to clipboard operation
extty copied to clipboard

Add ability to spawn a tty using a system command

Open ConnorRigby opened this issue 4 years ago • 0 comments

Allows you too do something like:

ExTTY.start_link(handler: self(), type: :muontrap, shell_opts: [[exec: System.find_executable("bash"), args: []]])

ConnorRigby avatar Nov 06 '21 20:11 ConnorRigby