mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
* Implement data model and basic UI for repetition rules * Implement tooltip * Allow to update and write test * Stop processing the first repetition until having waited at least the frequency amount * Set up email dev server reload * Test pro only * Allow to toggle repetition using token * Remove unused * Add last active * Simplify nextActive calculation * Create weekly digest repetition rules for existing users * Fix style * Fix link * Create default repetition rule upon signup * Get notes with thresholds * Fix test * Fix test |
||
|---|---|---|
| .. | ||
| 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.
