github elisescu/tty-share v2.3.0

latest release: v2.4.0
18 months ago

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

Don't miss a new tty-share release

NewReleases is sending notifications on new releases.