notable

command module
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2017 License: MIT Imports: 35 Imported by: 0

README

Notable

Go Report Card GitHub release Build Status License

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
rkt

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
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:
    • Linux
    • MacOS
    • Windows
  • Keyboard friendly.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL