mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 04:02:01 -07:00
Add --walker-path-sep=CHAR to use a different path separator
This is needed when you run a Windows binary on WSL or zsh on Windows where forward slashes are expected. export FZF_DEFAULT_OPTS='--walker-path-sep /' Close #3859
This commit is contained in:
@@ -1008,6 +1008,10 @@ The default value is the current working directory.
|
||||
Comma-separated list of directory names to skip during the directory walk.
|
||||
The default value is \fB.git,node_modules\fR.
|
||||
|
||||
.TP
|
||||
.B "\-\-walker\-path\-sep=CHAR"
|
||||
Path separator to use (default: '/' on Unix, '\\' on Windows)
|
||||
|
||||
.SS Shell integration
|
||||
.TP
|
||||
.B "\-\-bash"
|
||||
|
Reference in New Issue
Block a user