No description
  • Go 90.7%
  • SCSS 7.4%
  • Shell 1.4%
  • Makefile 0.2%
  • JavaScript 0.2%
Find a file
Sung Won Cho 2026415d6c
Fix added_on being reset upon sync (#169)
* Fix added_on being reset upon sync

* Configure semaphore ci
2019-04-09 17:09:00 +10:00
assets 0.2.0 (#57) 2018-01-21 15:25:16 +11:00
client Encryption (#165) 2019-03-31 16:23:46 +11:00
cmd Fix added_on being reset upon sync (#169) 2019-04-09 17:09:00 +10:00
core Encryption (#165) 2019-03-31 16:23:46 +11:00
crypt Encryption (#165) 2019-03-31 16:23:46 +11:00
infra Encryption (#165) 2019-03-31 16:23:46 +11:00
log Encryption (#165) 2019-03-31 16:23:46 +11:00
migrate Encryption (#165) 2019-03-31 16:23:46 +11:00
scripts Fix added_on being reset upon sync (#169) 2019-04-09 17:09:00 +10:00
testutils Encryption (#165) 2019-03-31 16:23:46 +11:00
utils Build for Windows (#166) 2019-03-31 16:55:36 +11:00
.gitignore Cross compile (#135) 2018-10-14 14:51:11 +10:00
COMMANDS.md Build for Windows (#166) 2019-03-31 16:55:36 +11:00
CONBTRIBUTING.md Cross compile (#135) 2018-10-14 14:51:11 +10:00
Gopkg.lock Encryption (#165) 2019-03-31 16:23:46 +11:00
Gopkg.toml Encryption (#165) 2019-03-31 16:23:46 +11:00
install.sh Drop platform suports due to cross compilation with cgo (#134) 2018-10-14 10:56:17 +10:00
LICENSE Add license text (#162) 2019-01-28 11:50:10 +11:00
main.go Encryption (#165) 2019-03-31 16:23:46 +11:00
main_test.go License (#158) 2019-01-26 21:18:43 +11:00
Makefile Cross compile (#135) 2018-10-14 14:51:11 +10:00
README.md Fix added_on being reset upon sync (#169) 2019-04-09 17:09:00 +10:00

Dnote CLI

A command line interface for a simple, encrypted notebook that respects your privacy.

Dnote

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/cli/master/install.sh | sh

In some cases, you might need an elevated permission:

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

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

Overview

Write down notes in total privacy, without leaving the command line.

Try keeping technical notes using Dnote. The reasons are:

  • You are not distracted from programming while using Dnote.
  • We forget exponentially unless we write down what we learn and come back.
  • Ideas cannot be grokked unless we can put them down in clear words.

Sync your notes to Dnote server and receive automated email digests for spaced repetition.

Security

All your data is encrypted using AES256 when you sync with the server. Dnote has zero knowledge about the contents and cannot decrypt your data.

Commands

Please refer to commands.

Build Status