Skip to content

Releases: azlux/ssh-prompter

v2.2 Fix fix fix

Choose a tag to compare

@azlux azlux released this 24 Jun 07:04

Fix an old issue present even in the python implementation:

  • The TMUX rename appears even if the connection stop on a window you're no actively present.

Full Changelog: v2.1...v2.2

v2.1 Small fix

Choose a tag to compare

@azlux azlux released this 20 Jun 14:16

Fix small issue :

  • If the server ssh timetout, the tmux wasn't renamed back
  • if you use additional args like -l or -v, the prompter wasn't well bypass

v2 with Golang

Choose a tag to compare

@azlux azlux released this 18 Jun 15:10
b2c077a

New version, Go Version

For this release, I've code the all project in Go.
It's faster, and don't have screen flickering anymore.

The install isn't a simple git clone anymore. You can use the repository or build the version yourself.