Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simnalamburt/ctrlf

🔍 Ctrl+F for your shell
https://github.com/simnalamburt/ctrlf

bash fzf zsh

Last synced: 26 days ago
JSON representation

🔍 Ctrl+F for your shell

Awesome Lists containing this project

README

        

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.

```zsh
zinit light simnalamburt/ctrlf
```

![Sample video of ctrlf](https://raw.githubusercontent.com/simnalamburt/i/master/ctrlf/sample.gif)

#### Requirements
- rg
- fzf
- bat *(optional)*

#### References
- https://twitter.com/x_nuk/status/1181900294067609606
- https://twitter.com/simnalamburt/status/1185889336354435073

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.

[zinit]: https://github.com/zdharma/zinit
[GNU Affero General Public License v3.0]: LICENSE
[COPYRIGHT]: COPYRIGHT