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%
* Implement login and logout * Add encrypt util * Use v2 * Abstract common interface between db and tx * Fix test * Check login * Fix test * Fix login * Fix path * Improve test * Fix output |
||
|---|---|---|
| assets | ||
| client | ||
| cmd | ||
| core | ||
| crypt | ||
| infra | ||
| log | ||
| migrate | ||
| scripts | ||
| testutils | ||
| utils | ||
| .gitignore | ||
| .travis.yml | ||
| COMMANDS.md | ||
| CONBTRIBUTING.md | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| install.sh | ||
| LICENSE | ||
| main.go | ||
| main_test.go | ||
| Makefile | ||
| README.md | ||
Dnote CLI
A command line interface for spontaneously capturing the things you learn while coding.
Install
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://raw.githubusercontent.com/dnote/cli/master/install.sh | sh
In some cases, you might need an elevated permission:
curl -s https://raw.githubusercontent.com/dnote/cli/master/install.sh | sudo sh
Otherwise, you can download the binary for your platform manually from the releases page.
Overview
Write technical notes without getting distracted from programming. The reasons are:
- We forget exponentially unless we write down what we learn and come back.
- Ideas cannot be grokked unless we can put them down in clear words.
Commands
Please refer to commands.
