Open
Description
Currently, to replace /home/$USER
in results with ~
, you need to do it externally, e.g. with sed
, zsh's print -D
, etc. However using these tools strips away colors from fd --color always
, meaning you can either one of either ~
format or colors.
Feature request: support ~
format in results, which implicitly means colors also works. I find colors is essential to better context, but especially with fzf, being able to trim long filenames with ~
format is useful.