dnote/README.md
2020-01-28 11:00:33 +11:00

1.1 KiB

Dnote

Build Status

Dnote is a simple command line notebook for programmers.

It keeps you focused by providing a way of swiftly capturing new information without leaving your terminal. It also offers a seamless multi-device sync and web application.

A demo of Dnote command line interface

Installation

On macOS, you can install using Homebrew:

brew tap dnote/dnote
brew install dnote

# to upgrade to the latest version
brew upgrade dnote

On Linux or macOS, you can use the installation script:

curl -s https://dl.getdnote.com | sh

Otherwise, you can download the binary for your platform manually from the releases page.

See Also