Skip to content

abelidze/KeXted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages