pocketbrain

one-tap capture into the inbox of your git second brain

How to make the token (2 minutes, scoped tight)
  1. Open github.com/settings/personal-access-tokens/new
  2. Name it pocketbrain, pick an expiration (90 days is fine)
  3. Repository access → Only select repositories → choose your brain repo
  4. Permissions → Repository permissions → Contents → Read and write. Nothing else.
  5. Generate, copy, paste above

Why this is reasonable: the token can only touch files in that one repo, so the worst case if your phone is compromised is someone edits your notes. It cannot see other repos, settings, or your account. Revoke it anytime from the same page. The token is stored only in this browser's localStorage; this page has no server, no analytics, and the whole app is a few auditable files.

pocketbrain

Tip: on iPhone, tap the mic key on your keyboard to dictate.

    Captures append as - [date] thought #tag. Offline captures queue on the device and commit when you're back. Source, MIT.