delta icon indicating copy to clipboard operation
delta copied to clipboard

🐛 pwd is added to hyperlinks

Open MeisterP opened this issue 1 year ago • 0 comments

Using delta outside of a git repository:

$pwd
/tmp

$delta --no-gitconfig --hyperlinks /etc/a.txt /etc/b.txt
etc/a.txt ⟶ etc/b.txt
[...]

The hyperlinks are: file:///tmp/etc/a.txt and file:///tmp/etc/b.txt. $pwd is added to the path and therefore the hyperlinks are pointing to a non existing file.

MeisterP avatar Dec 12 '24 12:12 MeisterP