alchemy is a modal text editor written in C
  • C 94.9%
  • Makefile 5.1%
Find a file
2026-06-10 20:28:41 +01:00
.gitignore feat: cleaner structure 2026-06-10 19:27:29 +01:00
editor.c feat: loading files 2026-06-10 20:28:41 +01:00
editor.h feat: loading files 2026-06-10 20:28:41 +01:00
main.c feat: loading files 2026-06-10 20:28:41 +01:00
Makefile feat: cleaner structure 2026-06-10 19:27:29 +01:00
README.md chore: add basic readme 2026-06-10 18:29:37 +01:00
terminal.c feat: cleaner structure 2026-06-10 19:27:29 +01:00
terminal.h feat: cleaner structure 2026-06-10 19:27:29 +01:00

alchemy

alchemy is a modal text editor in the terminal. It's mainly for me to learn C/C++ and understand systems programming at a deeper level.

Not intended for anything other than education (for now...)