dnote/pkg/cli
Sung Won Cho 2758923c34
Implement personal knowedge base version (#254)
* Allow to add and edit notes

* Implement search

* Implement settings

* Implement checkout page

* Implement paywall

* Fix inconsistent margin

* Render mobile menu

* Allow to logout

* emails

* Implement user migration

* Always build standalone

* Embed digest in email

* Move browser extension

* Fix test

* Use system font

* Add favicon and app icons

* Make tabbar smaller

* Initialize focus on editor

* Fix various UI audit issues

* Simplify asset serving

* Register sw

* Upgrade deps
2019-09-30 11:02:09 +08:00
..
client Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
cmd Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
config Allow to customize endpoint in CLI (#213) 2019-06-28 15:38:59 +10:00
consts Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
context Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
crypt Improve package structure (#207) 2019-06-25 19:20:19 +10:00
database Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
infra Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
log Improve package structure (#207) 2019-06-25 19:20:19 +10:00
migrate Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
output Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
scripts Allow to build for a specific platform (#250) 2019-09-11 23:45:06 +10:00
testutils Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
ui Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
upgrade Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
utils Allow multiple editor sessions (#221) 2019-07-13 13:02:09 +10:00
validate Allow to rename books (#239) 2019-08-01 09:21:24 +10: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 Improve package structure (#207) 2019-06-25 19:20:19 +10:00
main_test.go Simplify remove book command (#240) 2019-08-01 10:45:30 +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.