A Terminal-User-Interface (TUI) for writing notes. (Previously GoNotes)
You must have Golang installed.
- Download the project
- Open a terminal and go to the directory it is downloaded
- Execute
go build -o nate cmd/notes/main.go
- Move the
nate
file generated to the path - Run
nate
anywhere!
- Startup Screen
- See the startup screen only when the arguments are empty.
- If a file name is entered, view the editor mode of that file instead.
- Editor Screen
- The main screen you use to edit your files.
- Save Screen
- The save screen to save your files.
- Explorer Screen
- The directory explorer of the application.
Users are free to customize the background, foreground, and heading colors appropriately!
Any and all contributions are absolutely welcome!