Skip to content

ippsav/zrepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zrepl

zrepl is a command-line interface application for searching and viewing code snippets using ripgrep.

Features

  • Fast code search using ripgrep
  • Interactive file and result navigation
  • Real-time search results
  • Syntax highlighting for search matches

Installation

To install zrepl, you need to have Zig installed on your system. Then, follow these steps:

  1. Clone the repository
  2. Navigate to the project directory
  3. Run zig build

Usage

To start the application, run:

zig-out/bin/zrepl

Key Bindings

  • 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

Dependencies

zrepl relies on libvaxis for terminal UI.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages