we gave in to the urge to start writing a text editor https://code.irenes.space/ivy

(it doesn't edit anything yet)

ivy - Warm, friendly modal text editor for the terminal.

artie

Experimental modal text editor

Codeberg.org
@intarga looks very nice! slightly further along than ours
@ireneista yeah it (barely) edits text ๐Ÿ˜ i spent most of my time so far on unicode width handling, since i know i will want to write japanese in it
@intarga impressive!
@ireneista @intarga now Iโ€™ll be following both projects!
@RosaCtrl @intarga that's very flattering!
@ireneista @intarga hey! Skimming over the history I started to wonder if I could learn about Rust and text editors just by reading how these evolved! If you keep the commits atomic I think itโ€™s doable! Maybe Iโ€™ll cite both as code thatโ€™s a joy to read!

@RosaCtrl @intarga that's such a truly delightful thing to hear!

we do work hard to keep commits atomic. our personal code-review workflow uses Gerrit, which is amend-heavy, meaning we revise commits into the perfect form of themselves before making them "real".

@RosaCtrl @intarga on that note, we just checked in a second one. it's a little on the long side, but that's normal during initial development...