Is it possible to get ripgrep to output filename and directory via a "file://" style hyperlink so that more terminal emulators could open it directly like iterm2 does it? #1326
Labels
duplicate
An issue that is duplicative of another.
Not following the issue template because this isn't an issue.
I switched to Linux from macOS. On macOS I used iterm2 which automatically handled file links, Ripgrep would list a file out such as
src/subdirectory/subdirectory/filename.json
and if you alt+clicked that directory+filename listing, it'd open your editor. Unfortunately from what I can see none of the Linux terminal apps do this. However, if links were outputted as suchfile://home/usr/projectname/src/subdirectory/subdirectory/filename.json
, it'd work just fine.This is a good post on links in terminals: https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda.
Is this something that can be configured or would it need to be added to the rg source and merged in?
The text was updated successfully, but these errors were encountered: