Files
Daniel Imms eccbc60aa0 Migrate to tsgo
Fixes #5689
2026-02-13 06:59:24 -08:00
..
2026-01-31 08:56:14 -08:00
2026-02-13 06:59:24 -08:00
2025-06-13 08:19:31 -07:00
2024-07-07 09:15:25 -07:00
2023-11-01 10:35:10 -07:00
2026-02-13 06:59:24 -08:00
2023-11-01 10:35:10 -07:00

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/xterm';
import { WebLinksAddon } from '@xterm/addon-web-links';

const terminal = new Terminal();
terminal.loadAddon(new WebLinksAddon());

See the full API for more advanced usage.