hjkl 0.17.0

Vim-modal terminal editor: standalone TUI built on the hjkl engine.
1
2
3
4
5
//! Picker — re-exports from `hjkl_picker` + app-side sources.
//!
//! All existing `crate::picker::*` import paths continue to work unchanged.
pub use crate::picker_sources::*;
pub use hjkl_picker::*;