Add support for hyperlinks
See original GitHub issueIn 2017 some terminals gained support for hyperlinks.
It would be very nice if in addition to the other BBcode-style formats we can use, like [bold]
, we could also use [url]
.
Python can output hyperlinks like so: print("\033]8;;http://example.com\033\\This is a link\033]8;;\033\\")
An example BBcode-style implementation might be: [url="http://example.com"]This is a link[/url]
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9
Top Results From Across the Web
Create or edit a hyperlink - Microsoft Support
Select the text or picture that you want to display as a hyperlink. On ribbon, on the Insert tab, select Link. You can...
Read more >supports-hyperlinks - npm
Start using supports-hyperlinks in your project by running `npm i supports-hyperlinks`. ... Install. npm i supports-hyperlinks ...
Read more >Detect whether a terminal emulator supports hyperlinks - GitHub
Terminal emulators are starting to support hyperlinks. While many terminals have long detected URL's and linkified them, allowing you to Command-Click or ...
Read more >Supports-hyperlinks NPM
Detect whether a terminal emulator supports hyperlinks. Terminal emulators are starting to support hyperlinks. While many terminals have long detected URL's ...
Read more >Creating hyperlinks - Learn web development | MDN
Adding supporting information with the title attribute ... Another attribute you may want to add to your links is title . The title...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Works great, thanks! Awesome work!
Hyperlinks are in v1.1.0 now.