Skip to content

jibrilfdev/simple-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Text Editor

A Simple Text Editor written in C++.

GIF of game of life

Build Dependencies

g++
ncurses library

Installation

Clone the repository locally.

git clone https://github.com/jibrilfdev/simple-text-editor.git
cd simple-text-editor
g++ src/main.cpp -o simple -l ncurses

Usage

./simple FILENAME

Run the program with an argument of the file name to edit that file. Run the program with no arguments to go to the title screen first where a file name can then be entered.

Screenshot of file written in Simple Text Editor

Contributing

Pull requests are welcome. Issues are welcome, and will potentially be addressed.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages