m/fzf
1
0
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

Jan Edmund Lazo
2018-01-14 14:42:42 -05:00
parent 39f17bac07
commit a22b7e9448

@@ -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 - cmd.exe https://github.com/junegunn/fzf/pull/971#issuecomment-313971408
```dosbatch ```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 - powershell https://github.com/junegunn/fzf/issues/960
```dosbatch ```dosbatch