No description
  • Go 90.7%
  • SCSS 7.4%
  • Shell 1.4%
  • Makefile 0.2%
  • JavaScript 0.2%
Find a file
2018-09-02 18:22:46 +10:00
assets 0.2.0 (#57) 2018-01-21 15:25:16 +11:00
cmd Remove upgrade (#102) 2018-09-02 16:54:29 +10:00
core Remove upgrade (#102) 2018-09-02 16:54:29 +10:00
infra Remove upgrade (#102) 2018-09-02 16:54:29 +10:00
log Improve text output and error messages (#75) 2018-02-17 11:48:09 +11:00
migrate Remove upgrade (#102) 2018-09-02 16:54:29 +10:00
scripts Remove upgrade (#102) 2018-09-02 16:54:29 +10:00
testutils Use actions package and add view command (#95) 2018-08-26 15:04:34 +10:00
utils Rename dnote-io to dnote (#94) 2018-08-23 08:11:39 +10:00
.gitignore Deprecate upgrade (#99) 2018-09-01 16:30:15 +10:00
.goreleaser.yml Add contributor guide 2018-09-02 18:06:34 +10:00
.travis.yml Sync across multiple machine (#51) 2018-01-06 17:53:07 +11:00
COMMANDS.md Deprecate upgrade (#99) 2018-09-01 16:30:15 +10:00
CONBTRIBUTING.md Add contributor guide 2018-09-02 18:06:34 +10:00
Gopkg.lock Use actions package and add view command (#95) 2018-08-26 15:04:34 +10:00
Gopkg.toml Sync across multiple machine (#51) 2018-01-06 17:53:07 +11:00
install.sh Remove upgrade (#102) 2018-09-02 16:54:29 +10:00
LICENSE Add license 2017-03-31 10:09:35 +11:00
main.go Remove upgrade (#102) 2018-09-02 16:54:29 +10:00
main_test.go Use actions package and add view command (#95) 2018-08-26 15:04:34 +10:00
Makefile Remove upgrade (#102) 2018-09-02 16:54:29 +10:00
README.md Add homebrew instruction (#103) 2018-09-02 18:22:46 +10:00

Dnote CLI

A command line interface for spontaneously capturing the things you learn while coding.

Dnote

Install

On macOS, you can install using Homebrew:

brew tap dnote/dnote
brew install 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 technical notes without getting distracted from programming. The reasons are:

  • 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.

Examples

  • Add a note to a book named linux
$ dnote add linux -c "find - recursively walk the directory"
  • See the notes in a book
$ dnote view linux
• on book linux
(0) find - recursively walk the directory

Commands

Please refer to commands.

License

MIT

Build Status