JakeWharton / JakeWharton/picnic
Support hyperlinks
- Dominant language
- Kotlin
- Stars
- 975
- Forks
- 34
- Avg merge
- 3h 23m
- Merged PRs (30d)
- 13
Description
I'm using picnic to print out tables for a command line tool. On some tables, I'd like to have hyperlink support. Do you have any ideas / suggestion how to have them clickable by iTerm?
iTerms and other consoles have support for links:
```
printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n'
```
[Source](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing picnic's table-to-text rendering entry point and compare its output with the OSC 8 escape sequence shown in the issue. Done means tables can represent hyperlinks that render as clickable links in iTerm and other terminals supporting this sequence.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100