Skip to content

stackwill/pow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pow

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.

Features

  • Theming Engine
  • Text navigation
  • Text editing
  • Syntax highlighting
  • Save functionality
  • Search

Theming

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.

Run

go run main.go <filename>

Or after building:

./pow <filename>

For example:

./pow test.txt

Controls

  • Ctrl+C: Exit the editor

Development

Cursor was heavily used in the development of Pow. The main model used was Claude 3.7.

About

A simple nano-like text editor with syntax highlighting and theming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages