BurntSushi / ripgrep

ripgrep recursively searches directories for a regex pattern while respecting your gitignore
The Unlicense
48.63k stars 1.99k forks source link

Option to print file paths as file URLs #665

Closed sanmai-NL closed 1 year ago

sanmai-NL commented 7 years ago

Printing file paths as file URLs is very handy since you can click on them and the file will open. This happens in Konsole at least.

BurntSushi commented 1 year ago

Support for hyperlinks is on master. I would love feedback here: https://github.com/BurntSushi/ripgrep/discussions/2611