-
Notifications
You must be signed in to change notification settings - Fork 0
Terminal-based text editor
License
saulvaldelvira/edit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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.
About
Terminal-based text editor
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published