https://github.com/pop0097/text_editor
A text editor made using C.
https://github.com/pop0097/text_editor
c text-editor
Last synced: over 1 year ago
JSON representation
A text editor made using C.
- Host: GitHub
- URL: https://github.com/pop0097/text_editor
- Owner: Pop0097
- Created: 2021-01-04T18:20:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T04:41:21.000Z (over 5 years ago)
- Last Synced: 2025-01-22T17:46:57.636Z (over 1 year ago)
- Topics: c, text-editor
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text_Editor
Text editor made using C.
## Launching the Text Editor
Compiling Code:
1. Clone the repository and enter the directory in command line/Terminal.
2. Enter `make` to compile the code.
Using the text editor:
- **Edit an already existing file:** Enter `./texto `
- **Create a new file:** Enter `./texto`. You will be prompted when saving to name the file.