@yuiseki/gyazocli
v0.0.2
Published
Gyazo Memory CLI for AI Secretary
Downloads
11
Readme
@yuiseki/gyazocli
Gyazo Memory CLI for AI Secretary.
Install
npm i -g @yuiseki/gyazocliUsage
gyazo config set token your_personal_gyazo_access_token_here
gyazo sync --days 10
gyazo --helpDetail
gyazo config set token <token>: Save your access tokengyazo config get token|me: Show saved token (masked) ormeprofile infogyazo ls(gyazo list): List images (--date/--today,--photos,--uploaded,-Havailable;--photos/--uploadedcan be combined with--date/--today)gyazo search <query>: Search imagesgyazo get <image_id>: Show image details (--ocr,--objects,-javailable)gyazo apps|domains|tags|locations: Show rankingsgyazo summary: Show day-by-day weekly summary in Markdown (##/###headings, image count, apps, domains, tags, locations per day)gyazo stats: Show weekly summarygyazo upload [path]: Upload an image (uses stdin when path is omitted)gyazo sync: Sync cache
Date range notes:
- Default range for
apps|domains|tags|locations|statsis from 8 days ago to yesterday - Use
--todayfor today only, or--date <yyyy|yyyy-mm|yyyy-mm-dd>for a custom range
JSON output:
-j, --jsonis available forconfig get,ls,get,search,apps,domains,tags,locations, andsummary
Development
Build
npm install
npm run buildLink local CLI with npm link
# from this repository root
npm link
# verify linked command
gyazo --versionUnlink when finished:
npm unlink -g @yuiseki/gyazocli