Skip to content

ms-afk/fzf-win-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fzf Windows Tools

A collection of pre-configured fzf commands for Windows.

Installation dependencies

After running the installer you will be asked to install some dependencies:

  • fzf: for fuzzy search
  • fd: to find files
  • bat: to display file previews

You can also do this manually via the following commands:

winget install -e --id junegunn.fzf
winget install -e --id sharkdp.fd
winget install -e --id sharkdp.bat

Tools

fzfd

fzfd is a tool to search for files by name.
It is fast, has a preview window and it opens the file in explorer when you press enter.

The installer created shortcuts will search for files in your user folder.

Commands

  • use enter to open the current file in explorer
  • use tab to select multiple files
  • use shift-tab to deselect files
  • use ctrl-o to open all selected files in explorer

About

A collection of pre-configured fzf commands for Windows.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors