Notable

A very simple note taking application. It has no dependencies and
ships as a static binary.
Installation
Linux or MacOS
Download and extract the latest
release version.
Both include a static binary but the MacOS version also
includes an app bundle.
Compile from source
go get -u github.com/jmcfarlane/notable
notable
Download the latest .aci from the release page. Then run it:
sudo rkt run --insecure-options=image --net=host --volume data,kind=host,source=$HOME/.notable \
--mount volume=data,target=/root/.notable notable-v0.0.7-linux-amd64.aci
docker run -p 8080:8080 -d -v ~/.notable:/root/.notable jmcfarlane/notable:latest
Features
- Secure: Everything is local to your computer.
- Private: Each note can be encrypted.
- Simple: Nothing fancy. It's just a basic web page.
- Standalone: You can use it on an airplane.
- Cross platform:
- Keyboard friendly.