rim is a terminal-first editor prototype built around a state-driven Rust architecture, with rope-based text storage, workspace session restore, swap recovery, and persistent undo/redo.
cargo install --path rim-app --lockedFull documentation is published at zooeywm.github.io/rim.
To run the docs locally:
cd docs
pnpm install
pnpm devcargo run -p rim-app --
cargo run -p rim-app -- path/to/file.rs