mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05:00
Update cmd.exe default command for relative paths (see https://github.com/junegunn/fzf/pull/1200#issuecomment-357839251)
@@ -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 /v:on/s/c "for /r %P in (*) do @(set _relpath=%P & 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
|
||||||
|
|||||||
Reference in New Issue
Block a user