dnote

command module
v0.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2019 License: GPL-3.0 Imports: 17 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package client provides interfaces for interacting with the Dnote server and the data structures for responses
Package client provides interfaces for interacting with the Dnote server and the data structures for responses
cmd
add
cat
ls
Package crypt provides cryptographic funcitonalities
Package crypt provides cryptographic funcitonalities
Package infra defines dnote structure
Package infra defines dnote structure
Package migrate provides migration logic for both sqlite and legacy JSON-based notes used until v0.4.x releases
Package migrate provides migration logic for both sqlite and legacy JSON-based notes used until v0.4.x releases
Package testutils provides utilities used in tests
Package testutils provides utilities used in tests

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL