Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 971 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 971 Bytes

ctrlf

A program that interactively searches for a string in a directory. If you type enter, vim opens the file. It also supports live preview and multiple selection.

Try it with zinit, or your favorite plugin manager. It supports bash too. Just try press Ctrl + F.

zinit light simnalamburt/ctrlf

Sample video of ctrlf

Requirements

  • rg
  • fzf
  • bat (optional)

References

Special thanks to https://github.com/xnuk/

 


The source code of ctrlf is primarily distributed under the terms of the GNU Affero General Public License v3.0 or any later version. See COPYRIGHT for details.