Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnote/dnote
A simple command line notebook for programmers
https://github.com/dnote/dnote
cli command-line-tool developer-tools dnote notebook personal-knowledge-base
Last synced: about 1 month ago
JSON representation
A simple command line notebook for programmers
- Host: GitHub
- URL: https://github.com/dnote/dnote
- Owner: dnote
- License: other
- Created: 2017-03-30T23:07:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T20:37:56.000Z (5 months ago)
- Last Synced: 2024-09-26T22:41:16.794Z (about 2 months ago)
- Topics: cli, command-line-tool, developer-tools, dnote, notebook, personal-knowledge-base
- Language: Go
- Homepage: https://www.getdnote.com
- Size: 23.5 MB
- Stars: 2,767
- Watchers: 33
- Forks: 117
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - Dnote - A simple command line notebook with multi-device sync. (Command Line / Standard CLI)
- personal-awesome-list - dnote
- fucking-awesome-go - Dnote - A simple command line notebook with multi-device sync. (Command Line / Standard CLI)
- awesome-shell - dnote - A simple command line notebook with multi-device sync and web interface (Command-Line Productivity)
- awesome-cli-apps - dnote - A interactive, multi-device notebook. (Productivity / Note Taking and Lists)
- open-source-mac-os-apps - Dnote - A simple command line notebook with multi-device sync and web interface. ![go_icon] ![typescript_icon] (Applications / Notes)
- awesome-repositories - dnote/dnote - A simple command line notebook for programmers (Go)
- awesome-go - Dnote - A simple command line notebook with multi-device sync. (Command Line / Standard CLI)
- awesome-starred - dnote/dnote - A simple command line notebook for programmers (cli)
- jimsghstars - dnote/dnote - A simple command line notebook for programmers (Go)
- awesome-go - Dnote - A simple command line notebook with multi-device sync. (Command Line / Standard CLI)
- fucking-awesome-cli-apps - dnote - A interactive, multi-device notebook. (Productivity / Note Taking and Lists)
- awesome-go-extra - dnote - 03-30T23:07:25Z|2022-06-10T17:59:12Z| (Build Automation / Standard CLI)
- awesome-go-with-stars - Dnote - A simple command line notebook with multi-device sync. (Command Line / Standard CLI)
- open-source-mac-os-apps - Dnote - A simple command line notebook with multi-device sync and web interface. ![go_icon] ![typescript_icon] (Applications / Notes)
- awesome-go-plus - Dnote - A simple command line notebook with multi-device sync. ![stars](https://img.shields.io/badge/stars-2800-blue) ![forks](https://img.shields.io/badge/forks-119-blue) (Command Line / Standard CLI)
- awesome-homelab - Dnote
- awesome-go - Dnote - A simple command line notebook with multi-device sync. Stars:`2.8K`. (Command Line / Standard CLI)
- awesome-go-plus - Dnote - A simple command line notebook with multi-device sync. ![stars](https://img.shields.io/badge/stars-2795-blue) ![forks](https://img.shields.io/badge/forks-118-blue) (Command Line / Standard CLI)
README
![Dnote](assets/logo.png)
=========================![Build Status](https://github.com/dnote/dnote/actions/workflows/ci.yml/badge.svg)
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**.
![A demo of Dnote command line interface](assets/cli.gif "Dnote command line interface")
## Installation
On macOS, you can install using Homebrew:
```sh
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](https://github.com/dnote/dnote/releases).
## Server
The quickest way to experience the Dnote server is to use [Dnote Cloud](https://app.getdnote.com).
Or you can install it on your server by [using Docker](https://github.com/dnote/dnote/blob/master/host/docker/README.md), or [using a binary](https://github.com/dnote/dnote/blob/master/SELF_HOSTING.md).
## Documentation
Please see [Dnote wiki](https://github.com/dnote/dnote/wiki) for the documentation.
## See Also
- [Homepage](https://www.getdnote.com)
- [I Wrote Down Everything I Learned While Programming for a Month](https://www.getdnote.com/blog/writing-everything-i-learn-coding-for-a-month/)