Automate the workflow of enriching Bear research notes with topical GIFs.
~/.config/grizzly/token)grizzly CLI installed待整理 tag:```bash
grizzly open-tag --name "待整理" --enable-callback --json --token-file ~/.config/grizzly/token
```
a. Read the note content via grizzly open-note --id .
b. Extract 2–3 topic keywords from the title and key-findings sections.
c. Search for a relevant GIF using gifgrep (or web_search + web_fetch for a GIF URL) with those keywords.
d. Append the GIF as markdown to the note's "Supporting Media" section:
```bash
echo '!topic' | grizzly add-text --id
```
e. Remove the 待整理 tag by replacing tags (exclude 待整理, keep all others).
待整理 tag signals "needs processing"; removing it marks the note as finalized.共 1 个版本