dnote

command module
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2017 License: MIT Imports: 7 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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