mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05:00
Updated Windows (markdown)
@@ -6,6 +6,14 @@ flawlessly.
|
|||||||
[bin]: https://github.com/junegunn/fzf-bin/releases
|
[bin]: https://github.com/junegunn/fzf-bin/releases
|
||||||
[wsl]: https://blogs.msdn.microsoft.com/wsl/
|
[wsl]: https://blogs.msdn.microsoft.com/wsl/
|
||||||
|
|
||||||
|
### No `--height` support
|
||||||
|
|
||||||
|
Windows binary does not support `--height` option which is used to start fzf in non-fullscreen mode.
|
||||||
|
|
||||||
|
### fzf uses `cmd.exe` to start `FZF_DEFAULT_COMMAND`
|
||||||
|
|
||||||
|
Even if you're on Cygwin, fzf will use `cmd.exe` (instead of `sh`) to start `FZF_DEFAULT_COMMAND`.
|
||||||
|
|
||||||
### Relative Filepaths
|
### Relative Filepaths
|
||||||
|
|
||||||
fzf uses `dir /s/b` as its default command for performance but it outputs absolute filepaths.
|
fzf uses `dir /s/b` as its default command for performance but it outputs absolute filepaths.
|
||||||
|
|||||||
Reference in New Issue
Block a user