mirror of
https://github.com/dnote/dnote
synced 2026-03-16 23:45:52 +01:00
* Allow to add and edit notes * Implement search * Implement settings * Implement checkout page * Implement paywall * Fix inconsistent margin * Render mobile menu * Allow to logout * emails * Implement user migration * Always build standalone * Embed digest in email * Move browser extension * Fix test * Use system font * Add favicon and app icons * Make tabbar smaller * Initialize focus on editor * Fix various UI audit issues * Simplify asset serving * Register sw * Upgrade deps |
||
|---|---|---|
| .. | ||
| client | ||
| cmd | ||
| config | ||
| consts | ||
| context | ||
| crypt | ||
| database | ||
| infra | ||
| log | ||
| migrate | ||
| output | ||
| scripts | ||
| testutils | ||
| ui | ||
| upgrade | ||
| utils | ||
| validate | ||
| .gitignore | ||
| COMMANDS.md | ||
| dnote-completion.bash | ||
| dnote-completion.zsh | ||
| install.sh | ||
| main.go | ||
| main_test.go | ||
| README.md | ||
Dnote CLI
A simple command line interface for Dnote.
It is Designed to minimize environment switching for taking notes.
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/dnote/master/pkg/cli/install.sh | sh
In some cases, you might need an elevated permission:
curl -s https://raw.githubusercontent.com/dnote/dnote/master/pkg/cli/install.sh | sudo sh
Otherwise, you can download the binary for your platform manually from the releases page.
Commands
Please refer to commands.
