Skip to content
forked from dnote/dnote

Capture what you learn without leaving the command line

License

Notifications You must be signed in to change notification settings

martaccmoreno/cli

 
 

Repository files navigation

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.

Links

License

MIT

Build Status

About

Capture what you learn without leaving the command line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.7%
  • Shell 2.0%
  • Makefile 0.3%