π¦ ClawHub
MH bear-notes
by @mohdalhashemi98-hue
Create, search, and manage Bear notes via grizzly CLI.
βοΈ Configuration
Grizzly reads config from (in priority order):
1. CLI flags
2. Environment variables (GRIZZLY_TOKEN_FILE, GRIZZLY_CALLBACK_URL, GRIZZLY_TIMEOUT)
3. .grizzly.toml in current directory
4. ~/.config/grizzly/config.toml
Example ~/.config/grizzly/config.toml:
token_file = "~/.config/grizzly/token"
callback_url = "http://127.0.0.1:42123/success"
timeout = "5s"
π Tips & Best Practices
--enable-callback when you need to read data back from BearTERMINAL
clawhub install mh-bear-notes