m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Updated Windows (markdown)

kenis
2023-10-25 22:37:13 +08:00
parent 6f957af653
commit 5f430c32d3

@@ -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-ChildItem -File -Recurse -Name"
powershell.exe -NoLogo -NoProfile -Noninteractive -Command "Get-Item . | Get-ChildItem -File -Recurse -Name"
```
- [sift](https://sift-tool.org/)
```dosbatch