hrtor

Crates.iohrtor
lib.rshrtor
version0.1.0
sourcesrc
created_at2023-11-24 03:20:15.36442
updated_at2023-11-24 03:20:15.36442
descriptionA scalable line editor
homepagehttps://github.com/haruki7049/hrtor
repositoryhttps://github.com/haruki7049/hrtor
max_upload_size
id1046752
size28,574
haruki7049 (haruki7049)

documentation

README

hrtor

HaRuki's scalable line ediTOR.

Usage

cargo run -- sample.txt --config ./test_config.lua
cargo run -- sample.txt

hrtor's background

Originally, there was only one editor, the 'GNU ed editor'. As time went by, many editors were born, including vim, neovim, emacs, and other popular editors in existence today. Finally, GUI-based editors such as VSCode and JetBrains were born. However, line editors are no longer in use today. I thought, "Why not develop an extensible line editor? Wouldn't it be interesting to develop an extensible line editor?"

I made it! GitHub Wiki is here.

Commit count: 57

cargo fmt