GOnotepad
Use (linux only)
- clone this repository:
git clone https://github.com/jeffersoncbd/my-first-go-project.git gonotepad
- run build command (you need go installed):
cd gonotepad go build .
- run binary file:
./gonotepad
- access interface
Observations
This application does not communicate with a server, your annotations are stored in the "notes" folder in the same directory as the executable. It uses the "titles.yml" file to associate each annotation with its ID.