Share your terminal over the web
https://tsl0922.github.io/ttyd/
Ttyd is a simple command-line tool for sharing terminal over the web, inspired
by GoTTY.
Features include:
* Built on top of Libwebsockets with C for speed
* Fully-featured terminal based on Xterm.js with CJK and IME support
* SSL support based on OpenSSL
* Run any custom command with options
* Basic authentication support and many other custom options
* Cross platform: macOS, Linux, FreeBSD, OpenWrt/LEDE, Windows
- Developed at utilities
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryCandidates/ttyd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ttyd-1.7.7.tar.gz | 0000621347 607 KB | |
ttyd.changes | 0000005791 5.66 KB | |
ttyd.spec | 0000002051 2 KB |
Comments 1
as i ran
ttyd bash
right aftersudo zypper in ttyd
, an error was returned:i followed the suggestion for the build from source option from the ttyd project and installed
libwebsockets-devel
, since onlylibwebsockets19
was installed along side ttyd previously. it worked flawlessly from there:hopefully the package would be updated to fix the bug above. many thanks.