mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-15 14:53:47 -05:00
Updated Windows (markdown)
@@ -9,7 +9,7 @@ flawlessly.
|
||||
### Relative Filepaths
|
||||
|
||||
fzf uses `dir /s/b` as its default command for performance but it outputs absolute filepaths.
|
||||
To use relative filepaths, set `FZF_DEFAULT_COMMAND` to any of the following and run it cmd.exe because it is faster than powershell.exe:
|
||||
To use relative filepaths, set `FZF_DEFAULT_COMMAND` to any of the following and run it in cmd.exe because it has no overhead:
|
||||
|
||||
- cmd.exe https://github.com/junegunn/fzf/pull/971#issuecomment-313971408
|
||||
```dosbatch
|
||||
|
||||
Reference in New Issue
Block a user