An open API service indexing awesome lists of open source software.

https://github.com/retrodev256/line_editor

Just a simple line editor that I made in zig to practice
https://github.com/retrodev256/line_editor

zig

Last synced: 11 months ago
JSON representation

Just a simple line editor that I made in zig to practice

Awesome Lists containing this project

README

          

# line_editor

Just a simple line editor.

Under active development - expect (and please report) bugs :)

The windows builds are significantly larger than the other builds due to this:
https://github.com/ziglang/zig/issues/18849

TODO:
- rewrite lots of code
- raw mode parsing (so we can use our arrow keys in the input)
- options to toggle aspects of printing:
- toggle printing line numbers
- toggle printing command prompt