I use Kitty terminal and occasionally take advantage of its open hyperlink feature to edit files over ssh.
For any file, kitty creates a link like file://{host}{path}, and clicking the link opens my editor regardless of if the file is over ssh or not. Also this is defined by RFC 8089.
At this moment, delta creates links like file://{path}, and this makes kitty unable to open the correct file to edit over ssh.
I use Kitty terminal and occasionally take advantage of its open hyperlink feature to edit files over ssh.
For any file, kitty creates a link like
file://{host}{path}, and clicking the link opens my editor regardless of if the file is over ssh or not. Also this is defined by RFC 8089.At this moment, delta creates links like
file://{path}, and this makes kitty unable to open the correct file to edit over ssh.