https://github.com/namberino/hexa
Hexa Text Editor
https://github.com/namberino/hexa
Last synced: 3 months ago
JSON representation
Hexa Text Editor
- Host: GitHub
- URL: https://github.com/namberino/hexa
- Owner: namberino
- Created: 2023-11-30T06:23:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T14:51:17.000Z (about 1 year ago)
- Last Synced: 2025-01-20T18:24:13.894Z (5 months ago)
- Language: C
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexa Text Editor
A simple, terminal based text editor
Build:
- Unix: Run `make`
- Window: My condolencesUsage: `./hexa `
Keys:
- `Ctrl S`: Save/Save As
- `Ctrl Q`: QuitThis project was based on [antirez's kilo editor](https://github.com/antirez/kilo)