Skip to content

healeycodes/noter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ noter

My blog posts:


A text editor for macOS. Built using the Ebitengine game engine.

It's a little bit like nano.

A screenshot of the editor running. It looks like nano. It has a text file called 'A Bird, came down the Walk' opened.

Shortcuts

Highlight with (shift + arrow key).

Swap lines with option + (up)/(down).

Command +

  • (z) undo
  • (f) search
  • (a) select all
  • (c) copy
  • (x) cut
  • (v) paste
  • (x) save
  • (q) quit without saving
  • (left)/(right) skips to start/end of line
  • (up)/(down) skip to start/end of document

Development

Run the editor go run github.com/healeycodes/noter/cmd/noter -- "A Bird, came down the Walk.txt"

Build

Build go build ./cmd/noter

Run the editor ./noter "A Bird, came down the Walk.txt"

Tests

go test .

Roadmap

  • More tests
  • Implement redo?

About

๐Ÿ“ A text editor for macOS. Built using the Ebitengine game engine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages