Skip to content

Robertleoj/grepedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages