ane-editor 0.2.0

A New Editor / Agent Native Editor — a modern vim-inspired terminal editor built for humans and code agents
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod app;
pub mod chord_box;
pub mod editor_pane;
pub mod exit_modal;
pub mod fs_watcher;
pub mod list_dialog;
pub mod status_bar;
pub mod title_bar;
pub mod tree_pane;
pub mod tui_frontend;