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
- Host: GitHub
- URL: https://github.com/kevin-pierce/simpad
- Owner: kevin-pierce
- Created: 2020-07-09T17:41:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T18:23:54.000Z (almost 6 years ago)
- Last Synced: 2025-12-27T12:20:25.326Z (6 months ago)
- Topics: c
- Language: C
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 `