dnote/cli
Sung Won Cho f526124243
Simplify view and edit command (#184)
* Simplify the view command

* Simplify the edit command

* Migrate number-only book names

* Run migration

* Simplify remove

* Print note info when adding, editing, or removing

* Disallow users from editing or removing already removed notes
2019-05-18 16:52:12 +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 Simplify view and edit command (#184) 2019-05-18 16:52:12 +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 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.