A lightweight, vault-based terminal note editor for developers, built from scratch in C
# Prometheus
> A lightweight terminal text editor built from scratch in C.
---
## What is Prometheus?
Prometheus is a minimal terminal text editor written in C. It operates directly in the terminal using raw input mode, with no external dependencies. The project is in active development — starting as a base text editor, with plans to evolve into a full vault-based note management system for developers.
---
## Current Features
- Raw terminal I/O with proper input handling
- Basic text editing — insert, delete, navigate
- File open and save
- Line-by-line rendering with cursor management
---