No description
  • Go 90.7%
  • SCSS 7.4%
  • Shell 1.4%
  • Makefile 0.2%
  • JavaScript 0.2%
Find a file
2022-04-23 14:50:46 +10: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
browser Add 2021 (#574) 2021-12-08 22:26:15 +11:00
host Update docker-compose.yml to pull latest version (#477) 2020-06-03 18:05:20 +10:00
jslib Add 2021 (#574) 2021-12-08 22:26:15 +11:00
licenses Open source server and web (#171) 2019-05-10 09:31:31 +10:00
pkg Email verification 2022-04-23 14:50:46 +10:00
scripts Allow to build assets without watching 2022-04-23 13:17:38 +10:00
test/cli Email verification 2022-04-23 14:50:46 +10:00
web Add 2021 (#574) 2021-12-08 22:26:15 +11:00
.eslintrc Fix lint (#500) 2020-08-23 12:25:24 +10:00
.gitignore Lint TypeScript (#349) 2019-11-25 12:24:23 +08:00
.prettierrc Upgrade dependencies (#450) 2020-04-25 11:38:39 +10:00
.travis.yml Remove repetition (#432) 2020-03-22 10:36:13 +11:00
CHANGELOG.md Document upgrade guide (#530) 2021-01-03 14:06:38 +11:00
CONTRIBUTING.md Simplify dev environment (#301) 2019-11-08 17:30:01 -08:00
go.mod Implement MVC 2022-04-17 10:47:43 +10:00
go.sum Implement MVC 2022-04-17 10:47:43 +10:00
install.sh Update install.sh (#457) 2020-04-26 11:13:11 +10:00
LICENSE Include license notices (#255) 2019-09-30 11:55:11 +08:00
Makefile Update dep (#481) 2020-06-11 19:17:35 +10:00
package-lock.json Upgrade dependencies. (#501) 2020-08-25 18:36:16 +10:00
package.json Upgrade dependencies. (#501) 2020-08-25 18:36:16 +10:00
README.md Remove Forum (#582) 2022-02-17 20:06:15 +11:00
SELF_HOSTING.md Add install instructions for self hosted using Apache2 (#448) 2020-04-24 15:45:11 +10: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 effortlessly capturing and retrieving information without leaving your terminal. It also offers a seamless multi-device sync and a web interface.

A demo of Dnote command line interface

Installation

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://www.getdnote.com/install | sh

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

Server

The quickest way to experience the Dnote server is to use Dnote Cloud.

Or you can install it on your server by using Docker, or using a binary.

Documentation

Please see Dnote wiki for the documentation.

See Also