/cedit

c++ ncurses terminal editor

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

cedit

Language Version License Lastcommit Total lines GitHub closed issues

Overview

cedit overview

Requirements

Linux Ubuntu

sudo apt update && sudo apt install build-essential make libncurses5-dev

FreeBSD

pkg install gcc ncurses libncurses-dev

Make commands

Build binaray
$ make
$ gmake # OpenBSD

Clean build
$ make clean

Install to /usr/local/bin/cedit
# make install

Uninstall cedit
# make uninstall