-
Hello ! The problemThe path names gets quite long, with This is (an excerpt of) the script that I use to generate the path I look for set selected \
(begin
fd . $REPOS_PATH --exact-depth 2 --type d;
fd . $PLAYGROUND_PATH --exact-depth 1 --type d;
end 2> /dev/null | fzf) What I've triedThe closest to what I want is this: Thanks for the project, and thanks for reading my question ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Could you pipe the sed -e "s@^$HOME/@~/@" |
Beta Was this translation helpful? Give feedback.
Could you pipe the
fd
results intosed
? Something likesed -e "s@^$HOME/@~/@"