A exercise in Modal Editor development
Find a file
2025-12-18 21:03:59 -05:00
src command palette & font selector 2025-12-18 21:03:41 -05:00
third_party/tree-sitter tree sitter syntax highlighting 2025-07-18 03:57:56 +00:00
.gitignore feat: load default monospaced font on macOS 2025-12-18 21:03:41 -05:00
build.bat fix some stuff that breaks on windows 2025-02-19 18:36:05 -06:00
flake.lock move complete build to nix 2025-08-05 19:43:09 -07:00
flake.nix add tests to flake 2025-12-18 21:03:41 -05:00
Makefile get list of installed monospace fonts on macOS 2025-12-18 21:03:41 -05:00
readme.md fix typo 2025-12-18 21:03:41 -05:00
todo.md update todos 2025-12-18 21:03:41 -05:00

How to build on *nix and macOS

How to build on Windows

TODO

What is this?

This is an in-development modal text editor inspired by vim but with an actual GUI interface instead of yet another terminal program nobody asked for.

Is it currently usuable to edit files?

Yes, in a technical sense. It can load files, allow you to make edits to said file, and save the file. However, the ergonomics of using the editor aren't quite where I'd like them to be. It's almost at a point where I could bear using it to further improve it, but still wouldn't use it for real work.