Six is just another vi clone. Certainly nothing that the world needed or expected.
I'm learning Rust, so I figured it would be nice to use the language for implementing something non-trivial. A modal editor seems to be a reasonable undertaking.
Nothing too fancy. I'm using the following crates:
- ropey for backing the text buffers
- unicode-segmentation and unicode-width for dealing with unicode text
- nom for parsing ex commands
Crafted by ppedemon (