Web-based interactive terminal emulator that allows users to easily record, share, and replay console sessions.
Go to file
Zhi Wang b18309c036 WiP 2022-02-17 08:50:01 -05:00
assets WiP 2022-01-29 12:36:21 -05:00
cmd reset the GitHub Repo 2022-01-28 21:25:15 -05:00
docs WiP 2022-02-17 08:50:01 -05:00
extra reset the GitHub Repo 2022-01-28 21:25:15 -05:00
records reset the GitHub Repo 2022-01-28 21:25:15 -05:00
term_conn reset the GitHub Repo 2022-01-28 21:25:15 -05:00
tls reset the GitHub Repo 2022-01-28 21:25:15 -05:00
web reset the GitHub Repo 2022-01-28 21:25:15 -05:00
.gitignore reset the GitHub Repo 2022-01-28 21:25:15 -05:00
LICENSE reset the GitHub Repo 2022-01-28 21:25:15 -05:00
README.md move document to separate site 2022-02-06 15:16:26 -05:00
build.sh reset the GitHub Repo 2022-01-28 21:25:15 -05:00
go.mod reset the GitHub Repo 2022-01-28 21:25:15 -05:00
go.sum reset the GitHub Repo 2022-01-28 21:25:15 -05:00
main.go reset the GitHub Repo 2022-01-28 21:25:15 -05:00

README.md

WiTTY: Web-based interactive TTY

Read document of WiTTY at https://syssecfsu.github.io/witty/

WiTTY allows you to use terminal in the browser. Simply run the program and give it the command to execute when users connect via the browser. WiTTY has the following features that distinguish itself from other similar tools:

  1. WiTTY allows users to easily record, replay, and share console sessions with just a few clicks.

  2. It allows others to view ongoing interactive sessions. This is useful for providing live remote help.

  3. Great attention has been paid to ensure the cleanses of the code. This, hopefully, provides a useful counter-example of Do as I say, but not as I do.

Here is a screenshot of WiTTY running on Raspberry Pi:

You can find more information at https://syssecfsu.github.io/witty/