mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53:39 -05:00
Match changes in commit 781d19e2de
@@ -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 /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 _curfile=%P & echo !_curfile:%__cd__%=!)"
|
||||
```
|
||||
- powershell https://github.com/junegunn/fzf/issues/960
|
||||
```dosbatch
|
||||
|
||||
Reference in New Issue
Block a user