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
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/ttyd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ttyd-1.7.4.tar.gz | 0000603483 589 KB | |
ttyd.changes | 0000004815 4.7 KB | |
ttyd.spec | 0000002028 1.98 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.