/WebTerminal

[WIP] Full feature terminal for web.

Primary LanguageTypeScriptMIT LicenseMIT

WebTerminal

Full feature terminal for web.

Quick start

  1. clone this repo
$ git clone https://github.com/Mitscherlich/WebTerminal.git
  1. install dependencies
$ cd WebTerminal && pnpm i && pnpm bootstrap
  1. run dev server
$ pnpm dev

TODOs

  • support custom commands (maybe command register api?)
  • fix unbuild and made it work with vite

Credits

  • xterm.js
  • wasmer-js
    • based on @wasm/terminal at 0.x branch, with update-to-date xterm.js and memfs package instead.

License

MIT


Made with ❤️ by Mitscherlich