Skip to content
/ cedit Public

Fast and lightweight terminal-based text editor written in C

License

Notifications You must be signed in to change notification settings

zedrex/cedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Cedit

A lightweight terminal-based basic text editor written in C.

Demo

Functionality

  • Creating and editing text files
  • Searching for a string in a files (buggy)
  • Syntax highlighting for C files (does not work, yet)

Installing the program

Clone this repo, open up the terminal and run:

make

Usage

To open a new file:

./cedit

To edit an existing file:

./cedit [filename]

where [filename] is the path to your file.

License

The project is licensed under BSD-2 Clause license.

Reference

Inspiration

About

Fast and lightweight terminal-based text editor written in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published