mirror of
1
0
Fork 0
ped/README.md

30 lines
560 B
Markdown
Raw Permalink Normal View History

2020-05-06 20:00:30 +02:00
🧸Ted
2020-05-06 13:14:12 +02:00
===
2020-05-05 17:54:54 +02:00
2020-05-06 13:14:12 +02:00
**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.
2020-05-05 19:50:03 +02:00
## 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|