Skip to content

saulvaldelvira/edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edit: Terminal-based text editor
================================
This is a simple command-line text editor.

Building and installing
=======================
1) clone the repo
   $ git clone https://git.saulv.es/edit.git
   $ git submodule update --init
   $ cd edit
2) Run make
   $ make TARGET_PLATFORM=[unix|win32]
   $ make install
3) Edit
   $ edit my-file.txt another-file.c

Note: To compile for a win32 target on a linux system,
you need to install the mingw32 toolkit.

Manual
======
You can read the edit(1) man page to learn about the keybindings
and configuration options of the editor.