liamjack / cli

Capture what you learn as you code without leaving the command line

Home Page:https://dnote.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Links

License

MIT

Build Status

About

Capture what you learn as you code without leaving the command line

https://dnote.io

License:MIT License


Languages

Language:Go 97.3%Language:Shell 2.1%Language:Makefile 0.6%