dnote/cli
2019-05-25 10:39:02 +10:00
..
assets Open source server and web (#171) 2019-05-10 09:31:31 +10:00
client Open source server and web (#171) 2019-05-10 09:31:31 +10:00
cmd Fix edit command argument validation (#192) 2019-05-25 10:39:02 +10:00
core Simplify view and edit command (#184) 2019-05-18 16:52:12 +10:00
crypt Open source server and web (#171) 2019-05-10 09:31:31 +10:00
infra Open source server and web (#171) 2019-05-10 09:31:31 +10:00
log Simplify view and edit command (#184) 2019-05-18 16:52:12 +10:00
migrate Simplify view and edit command (#184) 2019-05-18 16:52:12 +10:00
scripts Improve highlight (#174) 2019-05-10 15:46:24 +10:00
testutils Simplify view and edit command (#184) 2019-05-18 16:52:12 +10:00
utils Simplify view and edit command (#184) 2019-05-18 16:52:12 +10:00
.gitignore Open source server and web (#171) 2019-05-10 09:31:31 +10:00
COMMANDS.md Simplify view and edit command (#184) 2019-05-18 16:52:12 +10:00
CONBTRIBUTING.md Open source server and web (#171) 2019-05-10 09:31:31 +10:00
Gopkg.lock Open source server and web (#171) 2019-05-10 09:31:31 +10:00
Gopkg.toml Open source server and web (#171) 2019-05-10 09:31:31 +10:00
install.sh Fix install script (#175) 2019-05-10 17:57:51 +10:00
main.go Open source server and web (#171) 2019-05-10 09:31:31 +10:00
main_test.go Simplify view and edit command (#184) 2019-05-18 16:52:12 +10:00
Makefile Open source server and web (#171) 2019-05-10 09:31:31 +10:00
README.md Implement checkout flow (#187) 2019-05-23 22:20:15 +10:00

Dnote CLI

A simple command line interface for Dnote.

Dnote

It is Designed to minimize environment switching for taking notes.

Install

On macOS, you can install using Homebrew:

brew tap dnote/dnote
brew install dnote

# to upgrade to the latest version
brew upgrade dnote

On Linux or macOS, you can use the installation script:

curl -s https://raw.githubusercontent.com/dnote/dnote/master/cli/install.sh | sh

In some cases, you might need an elevated permission:

curl -s https://raw.githubusercontent.com/dnote/dnote/master/cli/install.sh | sudo sh

Otherwise, you can download the binary for your platform manually from the releases page.

Commands

Please refer to commands.