mamegrep 0.2.0

A TUI tool for `$ git grep` to easily edit search patterns and view results
Documentation
1
2
3
4
5
6
7
pub mod app;
pub mod canvas;
pub mod git;
pub mod terminal;
pub mod widget_command_editor;
pub mod widget_legend;
pub mod widget_search_result;