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%
| assets | ||
| upgrade | ||
| utils | ||
| .gitignore | ||
| install.sh | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
Dnote CLI
A command line interface for spontaneously capturing the things you learn while coding
Installation
On macOS, or Linux, run:
curl https://raw.githubusercontent.com/dnote-io/cli/master/install.sh | sh
On Windows, download binary
Usage
Dnote categorizes your notes by books.
All your books and notes are stored in $HOME/.dnote as a YAML file.
In the future, you can sync your note with the Dnote server and set up digest notifications to reinforce your learning.
Commands
dnote use [book name]
Change the book to write your note in.
e.g.
dnote use linux
dnote new "[note]"
Write a new note under the current book.
e.g.
dnote new "set -e instructs bash to exit immediately if any command has non-zero exit status"
dnote books
List all the books that you created
e.g.
$ dnote books
javascript
* linux
tmux
css
Links
License
MIT
Made by sung
