Robertleoj / grepedit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gredit

NOTE: igrep was very similar to this project, so I forked it, and customized it to fit what I was thinking with this. Here is the fork! :D

Gredit is a command-line application written in rust that allows you to quickly search in files, browse the context in which matches appear, and jump straight to matching lines in your default editor.

It is still very early in development, here is a small demo:

gif

The grepping is done with grep crate, which is ripgrep as a library.

The TUI is built with tui-rs, and the syntax highlighting is done with syntect, and the opening of the editor with a modified version of edit.

There is still a long way to go, and any contributions are greatly apprechiated!

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:Rust 100.0%