Vim-modal SQL client: TUI front-end for sqlx-backed connections with LSP-aware editing.
Core SQL engine for sqeel: sqlx-backed connection pool, tree-sitter SQL parser, LSP integration.
Ratatui TUI front-end for sqeel: vim-modal SQL editing with hjkl bindings.
Config loading for sqeel: MainConfig / EditorConfig on top of hjkl-config.
egui/eframe GUI front-end for sqeel: hosts the sqeel TUI inside a native window via egui_term.
Front-door for the hjkl modal editor stack: vim engine + rope buffer + registers, in one crate.
Rope-backed text buffer with cursor and edits. Pre-1.0 churn.
Vim FSM, motion grammar, and ex commands. Pre-1.0 churn.
Fuzzy picker subsystem for hjkl-based apps — file, grep, and custom sources.