Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 14:29
· 6 commits to master since this release

This release adds a few things:

  • update the dependencies to the latest versions
  • don't wait for pressing Enter in order to start a new session (--no-wait)
  • able to run without an interactive terminal (--headless)

The --headless option is quite handy for cases when you want to run tty-share from other tools that don't have a terminal attached.
For example, you can a shell into a jupyter/colab notebook like this:

! wget -q https://github.com/elisescu/tty-share/releases/download/v2.3.0/tty-share_linux-amd64
! chmod u+x tty-share_linux-amd64
! ./tty-share_linux-amd64 --headless --public

https://colab.research.google.com/drive/1RUxrvFy3PcDNaHWsUznavslXvDYI-o-4?authuser=1