Skip to content

ginko capture

Terminal window
ginko capture [description] [options]

Captures learnings, discoveries, patterns, or important context as structured artifacts. AI-enhanced to help categorize and format.

FlagDescription
-r, --reviewReview before saving
-v, --verboseShow detailed output
-e, --editOpen in editor after creation
--noaiDisable AI enhancement
Terminal window
# Capture a learning
ginko capture "Vercel functions need named exports for edge runtime"
# Review before saving
ginko capture "Race condition in cleanup" --review
# Open in editor
ginko capture "New deployment pattern" --edit