An open API service indexing awesome lists of open source software.

https://github.com/kevin-pierce/simpad

A simple text editor written in C
https://github.com/kevin-pierce/simpad

c

Last synced: about 2 months ago
JSON representation

A simple text editor written in C

Awesome Lists containing this project

README

          

# Simpad
A terminal-based text editor written in C. Simpad (**Sim**ple Note**pad**) is extremely lightweight, and consists of all major functionality one would need in a simple text editor.

## Functionality
- Currently only supports highlighting for C keywords and comment styles
- Has basic save, quit, and text search functionality

## Build
Build using `make` in the terminal.

## Usage
To create a new file, simply type `./simpad`

To open a pre-existing file, include the file name as an argument: `./simpad `