dnote/pkg/cli
Sung Won Cho 6feda8c392
Allow to customize endpoint in CLI (#213)
* Read api endpoint from config

* Migrate config file
2019-06-28 15:38:59 +10:00
..
client Improve package structure (#207) 2019-06-25 19:20:19 +10:00
cmd Allow to customize endpoint in CLI (#213) 2019-06-28 15:38:59 +10:00
config Allow to customize endpoint in CLI (#213) 2019-06-28 15:38:59 +10:00
consts Allow to customize endpoint in CLI (#213) 2019-06-28 15:38:59 +10:00
context Allow to customize endpoint in CLI (#213) 2019-06-28 15:38:59 +10:00
crypt Improve package structure (#207) 2019-06-25 19:20:19 +10:00
database Allow to customize endpoint in CLI (#213) 2019-06-28 15:38:59 +10:00
infra Allow to customize endpoint in CLI (#213) 2019-06-28 15:38:59 +10:00
log Improve package structure (#207) 2019-06-25 19:20:19 +10:00
migrate Allow to customize endpoint in CLI (#213) 2019-06-28 15:38:59 +10:00
output Improve package structure (#207) 2019-06-25 19:20:19 +10:00
scripts Allow to customize endpoint in CLI (#213) 2019-06-28 15:38:59 +10:00
testutils Improve package structure (#207) 2019-06-25 19:20:19 +10:00
ui Allow to customize endpoint in CLI (#213) 2019-06-28 15:38:59 +10:00
upgrade Improve package structure (#207) 2019-06-25 19:20:19 +10:00
utils Improve package structure (#207) 2019-06-25 19:20:19 +10:00
.gitignore Improve package structure (#207) 2019-06-25 19:20:19 +10:00
COMMANDS.md Improve package structure (#207) 2019-06-25 19:20:19 +10:00
dnote-completion.bash Improve package structure (#207) 2019-06-25 19:20:19 +10:00
dnote-completion.zsh Improve package structure (#207) 2019-06-25 19:20:19 +10:00
install.sh Improve package structure (#207) 2019-06-25 19:20:19 +10:00
main.go Improve package structure (#207) 2019-06-25 19:20:19 +10:00
main_test.go Allow to customize endpoint in CLI (#213) 2019-06-28 15:38:59 +10:00
Makefile Improve package structure (#207) 2019-06-25 19:20:19 +10:00
README.md Fix installation link (#212) 2019-06-28 12:23:53 +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/pkg/cli/install.sh | sh

In some cases, you might need an elevated permission:

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

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

Commands

Please refer to commands.