A simple TUI text editor
Lots of inspiration for Design comes from GNU Nano, the intention is to make a Nano-like experience with syntax highlighting, user theming and other basic improvements.
- Theming Engine
- Text navigation
- Text editing
- Syntax highlighting
- Save functionality
- Search
Set the theme of the editor in the config/config.conf file Themes are stored in the config/themes/ directory, where there are already theme templates to build on or use.
go run main.go <filename>Or after building:
./pow <filename>For example:
./pow test.txt- Ctrl+C: Exit the editor
Cursor was heavily used in the development of Pow. The main model used was Claude 3.7.