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

https://github.com/michaldziuba03/chopp

TUI text editor for Linux written in C++ 📝📄
https://github.com/michaldziuba03/chopp

cpp editor linux nano text text-editor tui vim

Last synced: about 1 month ago
JSON representation

TUI text editor for Linux written in C++ 📝📄

Awesome Lists containing this project

README

          

> ⚠️ Early stage of development

# Chopp

![image](https://github.com/michaldziuba03/chopp/assets/43048524/150d891f-67d0-4970-b55a-27d508c38876)

> State before rewriting. Work in progress

## Rules and goals of the project

- [x] Advanced input handling (support [Kitty keyboard enhancement](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#progressive-enhancement)).
- [x] UTF-8 support.
- [ ] Advanced data structure for text buffer (work in progress).
- [ ] Syntax highlighting.
- [ ] Search in text.

## License

This program is licensed under the GPLv3 License.