pepper 0.31.0

A simple and opinionated modal code editor for your terminal
Documentation
1
2
3
4
fn main() {
    let ctx = pepper::application::ApplicationConfig::default();
    pepper::run(ctx);
}