Mirror von
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.
Datei suchen
Tristan B. Kildaire ec6c216057 Added plugin 2020-05-06 20:34:43 +02:00
src Added plugin 2020-05-06 20:34:43 +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 Added zifty line generator plugin 2020-05-06 20:15:35 +02:00
README.md Update README.md 2020-05-06 20:00:30 +02:00
internals.md Added documentation 2020-05-06 10:14:31 +02:00

README.md

🧸Ted

Ted (or Tristan's 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