eza
eza copied to clipboard
feat: Formatted hyperlinks
Currently the hyperlink format in eza is hardcoded to be file:///{path}
, ripgrep has the ability to change this format to whatever you want with some nice aliases https://github.com/BurntSushi/ripgrep/discussions/2611
I would use this to list files in a project with eza --tree
and have links always open in my text editor :)