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 ad30290598 Merge branch 'master' of github.com:deavmi/ped 2020-05-06 10:32:37 +02:00
src Refactoring types 2020-05-06 10:32:23 +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 Update README.md 2020-05-06 10:30:07 +02:00
internals.md Added documentation 2020-05-06 10:14:31 +02:00

README.md

ped (previously he)

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.

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