extty icon indicating copy to clipboard operation
extty copied to clipboard

Terminal shell emulation as a process

Results 2 extty issues
Sort by recently updated
recently updated
newest added

This allows something like ```elixir iex> {:ok, tty} = ExTTY.start_link(handler: self(), node: :"mynode@myhost") ``` There is a problem though (therefore only as draft and no tests yet): IEx autocomplete doesn't...

Allows you too do something like: ```elixir ExTTY.start_link(handler: self(), type: :muontrap, shell_opts: [[exec: System.find_executable("bash"), args: []]]) ```