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++ 📝📄
- Host: GitHub
- URL: https://github.com/michaldziuba03/chopp
- Owner: michaldziuba03
- License: gpl-3.0
- Created: 2023-12-28T19:12:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T00:49:41.000Z (over 2 years ago)
- Last Synced: 2025-08-24T12:45:09.060Z (10 months ago)
- Topics: cpp, editor, linux, nano, text, text-editor, tui, vim
- Language: C++
- Homepage:
- Size: 84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> ⚠️ Early stage of development
# Chopp

> 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.