zrepl is a command-line interface application for searching and viewing code snippets using ripgrep.
- Fast code search using ripgrep
- Interactive file and result navigation
- Real-time search results
- Syntax highlighting for search matches
To install zrepl, you need to have Zig installed on your system. Then, follow these steps:
- Clone the repository
- Navigate to the project directory
- Run
zig build
To start the application, run:
zig-out/bin/zrepl
-
Tab
: Switch between search input and file list -
j
: Move down in the file list -
k
: Move up in the file list -
Ctrl+C
: Exit the application
zrepl relies on libvaxis for terminal UI.
This project is licensed under the MIT License - see the LICENSE file for details.