Files
cheatsheet-tldr/tldr/nb
2025-11-06 00:20:12 +00:00

43 lines
740 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# nb
> Note-taking, bookmarking, and archiving tool.
> Supports encryption, tagging, wiki-style links, Git syncing, Pandoc conversion, and more.
> More information: <https://github.com/xwmx/nb#-help>.
- Create a new note in your `$EDITOR`:
`nb {{[a|add]}} "{{note_title}}"`
- Edit a note in your `$EDITOR`:
`nb {{[e|edit]}} {{note_id}}`
- List all notes in the current notebook:
`nb list`
- Add a todo:
`nb {{[to|todos]}} {{[a|add]}} {{title}}`
- Import a file:
`nb import ({{path/to/file|url}})`
- Search for notes containing a keyword:
`nb {{[q|search]}} "{{keyword}}"`
- Sync notes via Git:
`nb sync`
- Display help:
`nb help`