ezpn 0.11.1

Dead simple terminal pane splitting — ezpn 2 3 gives you a 2x3 grid of shells
1
2
3
4
5
6
7
8
9
//! Key-spec parsing & key-table dispatch helpers.
//!
//! Currently this module owns just the `keyspec` parser used by SPEC 06
//! `send-keys`. SPEC 09 (custom keymap TOML) will share the same `keyspec`
//! grammar — keep the parser self-contained so both consumers route
//! through one canonical implementation.

pub mod action;
pub mod keyspec;