bloznelis / typioca

Cozy typing speed tester in terminal
MIT License
750 stars 22 forks source link

Add typioca ssh server #27

Closed aymanbagabas closed 2 years ago

aymanbagabas commented 2 years ago

typioca serve starts an SSH server that runs typioca over SSH.

Run the ssh server typioca serve, then ssh into localhost -p2229 and do your typing test! The server binds to 0.0.0.0 by default unless specified using typioca serve -b localhost. The default port is 2229 and can be specified using typioca serve -p 22.

This also uses the terminal alt screen in favor of manually clearing and resetting the terminal.

aymanbagabas commented 2 years ago

Nice feature and great other improvements, thanks. 👏

You can try it here ssh dir.charm.sh -t Typioca!

bloznelis commented 2 years ago

Nice feature and great other improvements, thanks. clap

You can try it here ssh dir.charm.sh -t Typioca!

Oh wow so cool, I even tried it out using termux app on Android. Do you mind if I add this to README? @aymanbagabas