Skip to content

ChaosStudyGroup/grepedit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gredit

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

 
 
 

Contributors

Languages

  • Rust 100.0%