dnote/cli
2019-05-10 17:57:51 +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 Open source server and web (#171) 2019-05-10 09:31:31 +10:00
core Improve highlight (#174) 2019-05-10 15:46:24 +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 Open source server and web (#171) 2019-05-10 09:31:31 +10:00
migrate Open source server and web (#171) 2019-05-10 09:31:31 +10:00
scripts Improve highlight (#174) 2019-05-10 15:46:24 +10:00
testutils Open source server and web (#171) 2019-05-10 09:31:31 +10:00
utils Open source server and web (#171) 2019-05-10 09:31:31 +10:00
.gitignore Open source server and web (#171) 2019-05-10 09:31:31 +10:00
COMMANDS.md Open source server and web (#171) 2019-05-10 09:31:31 +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 Open source server and web (#171) 2019-05-10 09:31:31 +10:00
Makefile Open source server and web (#171) 2019-05-10 09:31:31 +10:00
README.md Open source server and web (#171) 2019-05-10 09:31:31 +10:00

Dnote CLI

A simple command line interface for Dnote.

Dnote

It is Designed to minimize context 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.