No description
  • Go 90.7%
  • SCSS 7.4%
  • Shell 1.4%
  • Makefile 0.2%
  • JavaScript 0.2%
Find a file
2017-04-07 09:10:57 +01:00
assets Add img 2017-04-01 15:15:05 +11:00
upgrade Ask for confirmation before checking upgrade 2017-04-07 16:49:38 +10:00
utils Ask for confirmation before checking upgrade 2017-04-07 16:49:38 +10:00
.gitignore Rename channel to book 2017-03-31 16:16:50 +11:00
install.sh Fix filename 2017-04-07 17:10:17 +10:00
LICENSE Add license 2017-03-31 10:09:35 +11:00
main.go Implement finding all notes in a book. 2017-04-07 09:10:57 +01:00
Makefile Automate build 2017-04-07 15:42:25 +10:00
README.md Fix link to Making Dnote article 2017-04-05 13:57:04 +02:00

Dnote CLI

Dnote

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

Installation

On macOS, or Linux, run:

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

On Windows, download binary

Usage

Dnote categorizes your notes by books.

All your books and notes are stored in $HOME/.dnote as a YAML file.

In the future, you can sync your note with the Dnote server and set up digest notifications to reinforce your learning.

Commands

dnote use [book name]

Change the book to write your note in.

e.g.

dnote use linux

dnote new "[note]"

Write a new note under the current book.

e.g.

dnote new "set -e instructs bash to exit immediately if any command has non-zero exit status"

dnote books

List all the books that you created

e.g.

$ dnote books
  javascript
* linux
  tmux
  css

License

MIT


Made by sung