Skip to content

Elementary terminal-based text editor written in C

Notifications You must be signed in to change notification settings

achillelamb/c-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-edit

An elementary terminal-based text editor written in C

Special thanks to @antirez for providing the helpful guide/tutorial I used to start the development

Prerequisites

# on Ubuntu
sudo apt install build-essential
# on Arch Linux
sudo pacman -S base-devel

Build

Move into the main folder and execute

make

Then, the executable is available via ./c-edit. You can use it as a stand-alone command or you can pass a text file as an argument.

Commands

  • Ctrl + q: quit
  • Ctrl + s: save

About

Elementary terminal-based text editor written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published