Reviewed-on: #5
notes
notes is a self-hosted note taking web app that lets you keep track of your notes and search them in a easy and minimal way.
Installation
Source
$ go install git.mills.io/prologic/notes/...
Usage
Run notes:
$ notes
Configuration
By default notes stores notes in ./data
in the current directory
and metadata in notes.db
in the current directory. This can
be configured with the -data
and -dbpath
options.
License
MIT
Languages
Go
53.7%
HTML
18.6%
Shell
15.2%
Makefile
6.4%
Dockerfile
6.1%