mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
No description
- Go 90.7%
- SCSS 7.4%
- Shell 1.4%
- Makefile 0.2%
- JavaScript 0.2%
* Rename handlers to api * Fix imports * Fix test * Abstract * Fix warning * wip * Split session * Pass db * Fix test * Fix test * Remove payment * Fix state * Fix flow * Check password when changing email * Add test methods * Fix timestamp * Document * Remove clutter * Redirect to login * Fix * Fix |
||
|---|---|---|
| .github/ISSUE_TEMPLATE | ||
| assets | ||
| browser | ||
| host | ||
| jslib | ||
| licenses | ||
| pkg | ||
| scripts | ||
| web | ||
| .eslintrc | ||
| .gitignore | ||
| .prettierrc | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| go.mod | ||
| go.sum | ||
| install.sh | ||
| LICENSE | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| SELF_HOSTING.md | ||
| Vagrantfile | ||
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.
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.

