Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
/ cedit Public archive

c++ ncurses terminal editor

License

Notifications You must be signed in to change notification settings

JD297/cedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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