Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simnalamburt/ctrlf
- Owner: simnalamburt
- License: agpl-3.0
- Created: 2020-02-16T18:41:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T11:09:28.000Z (over 4 years ago)
- Last Synced: 2024-08-03T01:29:47.861Z (3 months ago)
- Topics: bash, fzf, zsh
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - ctrlf
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/1185889336354435073Special 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