hjkl-statusline
Renderer-agnostic statusline data model for hjkl editors. Segments + mode + filename + cursor; ratatui/floem adapters live in hjkl-statusline-tui / hjkl-statusline-gui.
Part of the hjkl monorepo — a vim-modal editor in Rust.
Pure data — no ratatui, no floem. Companion crates wire it to a backend:
hjkl-statusline-tui— ratatuihjkl-statusline-gui(future) — floem
The naming follows the vim convention (:help statusline, lualine, vim-airline,
lightline).
Scaffolding crate — model lands in a follow-up patch.
Documentation
Contributing
See the monorepo CONTRIBUTING guide.
License
MIT — see LICENSE.