Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 884 Bytes

File metadata and controls

46 lines (31 loc) · 884 Bytes


getting started:

git clone https://github.com/naestech/sshuffle.git
cd sshuffle
go build -o sshuffle cmd/sshuffle/main.go
./sshuffle
ssh user@server

controls:

  • or w a s d: hit the falling arrows. pretty self explanatory.
  • p or space-bar : pause & unpause
  • q or ctrl-c : quit

built with:

  • go 1.24+
  • bubbletea
  • wish

development note:

this is my first program written in go! haven't had this much fun with a language in years.