natediddy / jig

A console text editor with some IDE features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jig Editor

A work in progress...

Building

To build jig, run the build script:

./build

Jig uses CMake so you can also build manually with something like:

mkdir build && cd build
cmake ..
make

About

A console text editor with some IDE features.

License:Apache License 2.0


Languages

Language:C++ 98.5%Language:Shell 1.2%Language:CMake 0.3%