Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.16 KB

About KeXted

KeXted is a simple console text editor with built-in Brainfuck interpreter.

Written in Native-C using PDCurses library.

Installation

Download project as '.zip' archive and extract it to whatever you like directory or use git:

$ git clone https://github.com/abelidze/KeXted

Requirements

  • PDCurses (tested and working with v3.4)
  • Currently not compatible with ncurses stuff

Running

MANUAL

if not exist bin mkdir bin
gcc -std=gnu11 main.c kex.c utility.c -s -o .\bin\kexted.exe -L. -l:pdcurses.a -I.\include

AUTOMATIC

There are simple 'Makefile' that you can easily use.

  • Tested with MinGW x64 and its make utility, but you can use any working C / C++ compiler.

Contact

Developers on Telegram:

https://telegram.me/Abelidze

License

KeXted is open-sourced software licensed under the MIT License.

Disclaimer

This program is provided "AS IS" without warranty of any kind.