grepdown 0.1.0

CLI for grepdown: index a folder of Markdown files and search, traverse, and lint the knowledge base
1
2
3
4
5
6
7
8
pub mod init;
pub mod lint;
pub mod list;
pub mod reach;
pub mod read;
pub mod search;
pub mod stats;
pub mod tags;