π¦ ClawHub
org-cli
by @dcprevere
Task capture, scheduling, and linked knowledge in org-mode files via the `org` CLI. Query, mutate, link, and search the user's org files and org-roam database.
βοΈ Configuration
Required:
| Variable | Default | Purpose |
|---|---|---|
| ORG_CLI_DIR | ~/org | User's workspace (inbox.org, tasks, projects) |
| ORG_CLI_DB | $ORG_CLI_DIR/.org.db | SQLite database (roam + index) |
Optional:
| Variable | Default | Purpose |
|---|---|---|
| ORG_CLI_ROAM_DIR | $ORG_CLI_DIR/roam | Roam nodes |
| ORG_CLI_BIN | org | Path to the org binary |
| ORG_CLI_INBOX_FILE | inbox.org | Inbox filename |
Always pass --db. Without it, the CLI defaults to , which may diverge from configured locations.
TERMINAL
clawhub install org-cli