mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
4d0288a125
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
693 B
693 B
dnote
A multi-device notebook for capturing commands, snippets, and notes. More information: https://www.getdnote.com/docs/cli/commands/.
- Add a note to a book in the configured editor:
dnote add {{book_name}}
- Add a note with inline content:
dnote add {{book_name}} {{[-c|--content]}} "{{note_content}}"
- List all books and notes:
dnote view
- View all notes in a specific book:
dnote view {{book_name}}
- Search notes using full-text search:
dnote find "{{keywords}}"
- Edit a specific note by its ID:
dnote edit {{note_id}}
- Remove a note or an entire book:
dnote remove {{note_id|book_name}}
- Synchronize notes with a Dnote server:
dnote sync