mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 07:13:48 -05:00
Update cmd.exe default command from PR #1200
@@ -30,7 +30,7 @@ To use relative filepaths, set `FZF_DEFAULT_COMMAND` to any of the following and
|
||||
|
||||
- cmd.exe https://github.com/junegunn/fzf/pull/971#issuecomment-313971408
|
||||
```dosbatch
|
||||
cmd.exe /q/V:ON/c "for /f %A in ('dir /s/b 2^> nul') do set RELPATH=%A && echo !RELPATH:%cd%\=!"
|
||||
cmd.exe /v:on/s/c "for /r %P in (*) do @(set _relpath=%P & echo !_relpath:%cd%\=!)"
|
||||
```
|
||||
- powershell https://github.com/junegunn/fzf/issues/960
|
||||
```dosbatch
|
||||
|
||||
Reference in New Issue
Block a user