arthur-jacquin / edit

A suckless, simple, featured text editor.

Home Page:https://jacquin.xyz/edit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

edit - simple text editor
=========================
edit is a suckless, simple yet powerful terminal-based text editor.


Installation
------------
Edit config.mk to match your local setup (edit is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install edit (if
necessary as root):

    make clean install


Running edit
------------
Simply invoke the 'edit' command with a file path:

    edit filename


Configuration
-------------
The configuration of edit is done by creating a custom config.h
and (re)compiling the source code.

About

A suckless, simple, featured text editor.

https://jacquin.xyz/edit

License:GNU General Public License v3.0


Languages

Language:C 94.6%Language:Roff 4.7%Language:Makefile 0.6%