Make link URLs clickable #127

Open
opened 2020-06-25 11:13:36 +02:00 by FWDekker · 0 comments
Owner

When the contents of a file with the mime type lnk is cated, the output should be clickable.

This may require a deeper change, however, namely a change wherein the representation of data is separated from the actual data. That is, when you cat the contents of a lnk, the actual data written to the console is the raw URL, but the shell then automatically detects that it contains a URL and decides to make it clickable for the user.

When the contents of a file with the mime type `lnk` is `cat`ed, the output should be clickable. This may require a deeper change, however, namely a change wherein the representation of data is separated from the actual data. That is, when you `cat` the contents of a `lnk`, the actual data written to the console is the raw URL, but the shell then automatically detects that it contains a URL and decides to make it clickable for the user.
FWDekker added the
enhancement
label 2020-06-25 11:13:36 +02:00
FWDekker self-assigned this 2020-06-25 11:13:36 +02:00
Sign in to join this conversation.
No description provided.