mirror of
1
0
Fork 0
Ped (or pretty extendable editor) is a text editor that aims at being as minimalist as possible but supporting dynamically loadable modules to add to its featureset.
Go to file
Tristan B. Kildaire 9227c30f8c Added documentation 2020-05-06 10:14:31 +02:00
src Updated 2020-05-06 10:13:07 +02:00
.gitignore Updated makefile and gitignore 2020-05-05 19:41:56 +02:00
LICENSE Initial commit 2020-05-05 15:12:28 +02:00
Makefile Uisng object file 2020-05-05 23:14:15 +02:00
README.md Updated README 2020-05-05 19:50:03 +02:00
internals.md Added documentation 2020-05-06 10:14:31 +02:00

README.md

ped (previously he)

Extensible text editor The goal of this project is to write a Plugabale EDitor, hence the name ped, ped will be bare bones, and will rely on plugins written by the community.

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