Output the search-path as a result #1759
-
|
Hi, I'm using Is it possible to have the value of the For example I have Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Include
|
Beta Was this translation helpful? Give feedback.
-
|
Does the --absolute-path do what you want? |
Beta Was this translation helpful? Give feedback.
Include
--search-pathroots infdoutput (for piping intofzf/tmux)You can include the search roots themselves alongside their subdirectories so they appear in the stream you pipe to
fzf. Two simple approaches:Option 1 — Prepend the roots (simple & fast)
Notes
-t d→ directories only (good for tmux working dirs).-a→ absolute paths (nice fortmux new -c).-H→ include hidden entrie…