927854894b | ||
---|---|---|
.. | ||
lib | ||
out | ||
src | ||
typings | ||
LICENSE | ||
README.md | ||
package.json |
README.md
xterm-addon-web-links
An addon for xterm.js that enables web links. This addon requires xterm.js v4+.
Install
npm install --save xterm-addon-web-links
Usage
import { Terminal } from 'xterm';
import { WebLinksAddon } from 'xterm-addon-web-links';
const terminal = new Terminal();
terminal.loadAddon(new WebLinksAddon());
See the full API for more advanced usage.