m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-14 06:13:47 -05:00

Updated Windows (markdown)

kenis
2023-10-25 23:15:10 +08:00
parent 5f430c32d3
commit 6a3fd16922

@@ -34,7 +34,7 @@ Set `FZF_DEFAULT_COMMAND` to any of the following:
- powershell https://github.com/junegunn/fzf/issues/960
```dosbatch
powershell.exe -NoLogo -NoProfile -Noninteractive -Command "Get-Item . | Get-ChildItem -File -Recurse -Name"
powershell.exe -NoLogo -NoProfile -Noninteractive -Command "Get-ChildItem -File -Recurse -Name"
```
- [sift](https://sift-tool.org/)
```dosbatch