mirror of
1
0
Fork 0
ped/README.md

30 lines
560 B
Markdown

🧸Ted
===
**Ted** (or **T**ristan's **ed**itor) is a text editor that aims at being as minimalist as possible but supporting dynamically loadable modules to add to its featureset.
## Compiling
If you want to jump straight into it, simply run,
````
make test
````
This compiles ped, and opens the file `test` in ped.
If you simply want to compile ped, simply type,
````
make
````
This creates the ped binary in `bin/ped`, then,
````
./ped <filename>
````
Will open `<filename>` in ped.
## Keybinds
---
|Function|Keybind|
|--------|-------|
|Exit|Ctr+q|