Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notsuju/chroma
A simple text editor written in c
https://github.com/notsuju/chroma
ansi-escape-codes c c-language project text-editor vim
Last synced: 5 days ago
JSON representation
A simple text editor written in c
- Host: GitHub
- URL: https://github.com/notsuju/chroma
- Owner: notsuju
- License: apache-2.0
- Created: 2024-11-15T11:45:50.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T08:42:41.000Z (about 1 month ago)
- Last Synced: 2024-12-15T09:29:58.289Z (about 1 month ago)
- Topics: ansi-escape-codes, c, c-language, project, text-editor, vim
- Language: C
- Homepage:
- Size: 554 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chroma Text Editor
Chroma is one of my first projects, it is basically a very simple terminal based text editor with very limited functionaliy written in C.(currently improving)
# Preview
![gif](assests/chroma_test-ezgif.com-video-to-gif-converter.gif)
# Usage
run `./chroma help` for options```
Usage: ./chroma file_nameCommand Mode:
k --move up
j --move down
l --move right
h --move left
s --save file
q --quit the program
i --edit mode
x --jump to a specified line and column x enter Eg. x 4 1 jumps to the start of 4th lineEdit Mode:
esc --quit edit mode and enter command mode```