No description
  • Go 90.7%
  • SCSS 7.4%
  • Shell 1.4%
  • Makefile 0.2%
  • JavaScript 0.2%
Find a file
2020-01-28 11:05:36 +11:00
.github/ISSUE_TEMPLATE Document changes (#258) 2019-09-30 16:36:28 +08:00
assets Release 0.4.0 (#386) 2020-01-08 15:46:58 +10:00
host Release 0.4.0 (#386) 2020-01-08 15:46:58 +10:00
jslib Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
licenses Open source server and web (#171) 2019-05-10 09:31:31 +10:00
pkg Delete unused 2020-01-28 11:00:33 +11:00
scripts Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
web Delete unused 2020-01-28 11:00:33 +11:00
.eslintrc Upgrade (#360) 2019-12-14 11:41:33 +07:00
.gitignore Lint TypeScript (#349) 2019-11-25 12:24:23 +08:00
.prettierrc Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
.travis.yml Lint TypeScript (#349) 2019-11-25 12:24:23 +08:00
CHANGELOG.md Remove browser 2020-01-28 11:05:36 +11:00
CONTRIBUTING.md Simplify dev environment (#301) 2019-11-08 17:30:01 -08:00
go.mod Revert "Lint JavaScript/TypeScript code (#346)" (#348) 2019-11-23 17:27:43 +08:00
go.sum Revert "Lint JavaScript/TypeScript code (#346)" (#348) 2019-11-23 17:27:43 +08:00
LICENSE Include license notices (#255) 2019-09-30 11:55:11 +08:00
Makefile Remove browser 2020-01-28 11:05:36 +11:00
package-lock.json Upgrade dependencies (#367) 2019-12-17 17:06:35 +07:00
package.json Upgrade dependencies (#367) 2019-12-17 17:06:35 +07:00
README.md Delete unused 2020-01-28 11:00:33 +11:00
SELF_HOSTING.md Allow to disable registration (#365) 2019-12-17 15:15:06 +07:00
Vagrantfile Simplify dev environment (#301) 2019-11-08 17:30:01 -08:00

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