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

https://github.com/namberino/hexa

Hexa Text Editor
https://github.com/namberino/hexa

Last synced: 3 months ago
JSON representation

Hexa Text Editor

Awesome Lists containing this project

README

        

# Hexa Text Editor

A simple, terminal based text editor

Build:
- Unix: Run `make`
- Window: My condolences

Usage: `./hexa `

Keys:
- `Ctrl S`: Save/Save As
- `Ctrl Q`: Quit

This project was based on [antirez's kilo editor](https://github.com/antirez/kilo)