dnote/pkg/cli
Sung Won Cho 952e0e62f3
Update copyright notice for the new year (#382)
* Update script

* Update the year in the license
2020-01-07 11:59:40 +11:00
..
client Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
cmd Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
config Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
consts Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
context Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
crypt Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
database Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
infra Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
log Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
migrate Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
output Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
testutils Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
ui Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
upgrade Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
utils Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
validate Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
.gitignore Allow multiple editor sessions (#221) 2019-07-13 13:02:09 +10:00
COMMANDS.md Simplify remove book command (#240) 2019-08-01 10:45:30 +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 Implement server binary (#223) 2019-07-22 13:41:09 +10:00
main.go Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
main_test.go Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
README.md Alert when we stop learning (#375) 2019-12-24 13:07:27 +07: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.