No description
  • Go 90.7%
  • SCSS 7.4%
  • Shell 1.4%
  • Makefile 0.2%
  • JavaScript 0.2%
Find a file
Anthony Ng fd655f2cc4 Update README.md (#60)
Fix broken image.
2018-02-13 21:27:20 +11:00
assets 0.2.0 (#57) 2018-01-21 15:25:16 +11:00
cmd Sort books by note count (#56) 2018-01-14 18:38:35 +11:00
core 0.2.0 (#57) 2018-01-21 15:25:16 +11:00
infra Use editor for add and edit by default (#54) 2018-01-09 21:31:52 +11:00
log Use editor for add and edit by default (#54) 2018-01-09 21:31:52 +11:00
migrate Use editor for add and edit by default (#54) 2018-01-09 21:31:52 +11:00
scripts Sync across multiple machine (#51) 2018-01-06 17:53:07 +11:00
testutils Sync across multiple machine (#51) 2018-01-06 17:53:07 +11:00
upgrade Replace books command with ls (#55) 2018-01-10 21:29:10 +11:00
utils Use editor for add and edit by default (#54) 2018-01-09 21:31:52 +11:00
.gitignore Sync across multiple machine (#51) 2018-01-06 17:53:07 +11:00
.travis.yml Sync across multiple machine (#51) 2018-01-06 17:53:07 +11:00
COMMANDS.md 0.2.0 (#57) 2018-01-21 15:25:16 +11:00
Gopkg.lock Improve output and edit command (#52) 2018-01-07 18:18:47 +11:00
Gopkg.toml Sync across multiple machine (#51) 2018-01-06 17:53:07 +11:00
install.sh Fix #58 - Implements fix provided by @expz (#62) 2018-02-13 20:12:17 +11:00
LICENSE Add license 2017-03-31 10:09:35 +11:00
main.go Replace books command with ls (#55) 2018-01-10 21:29:10 +11:00
main_test.go Use editor for add and edit by default (#54) 2018-01-09 21:31:52 +11:00
Makefile Sync across multiple machine (#51) 2018-01-06 17:53:07 +11:00
README.md Update README.md (#60) 2018-02-13 21:27:20 +11:00

Dnote CLI

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

Dnote

Install

On Linux or macOS, run:

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

In some cases, you might need an elevated permission:

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

On Windows, download binary.

Overview

We learn new things everyday while programming. And we forget most of them exponentially because don't write them down.

Dnote is designed for writing technical notes without switching context from programming. You can capture your learning as they happen with no overhead.

Commands

Please refer to commands.

License

MIT

Build Status