With the WebLinks feature, the SourceLair Terminal automatically detects URLs in the printed output and convert them to hyperlinks that you can click, to open them in a new tab.

All links get underlined and blue-tint colored only when you move your mouse over them, in order to keep the terminal output as clean and readable as possible at all times.

Screenshot of WebLinks with mouse over

Valid URL formats

The SourceLair Terminal will parse and convert URLs to hyperlinks, only if they follow any of the formats below:

  • http://example.com
  • http://www.example.com
  • https://example.com
  • https://www.example.com
  • http://127.0.0.1
  • https://127.0.0.1