English | 繁體中文
A Raycast extension for finding and copying Traditional Chinese dialogue screenshots from BanG Dream! anime series.
The initial release includes MyGO!!!!! and Ave Mujica. Browse remote previews, search dialogue, and copy the selected JPG to the macOS clipboard without leaving Raycast.
Command-1, Command-2, and Command-3.Enter to download the source JPG to one temporary file and copy it to the macOS clipboard.favorites.v1 and recent.v1.The selected clipboard image uses a content-addressed temporary path:
/tmp/bang-dream-screenshot-search/clipboard-<content-hash>.jpg
Changing the path with the image content prevents apps such as LINE from reusing a stale file-path cache. After a successful copy, older clipboard images are removed, so the directory retains only the current JPG.
Screenshot metadata and remote image URLs are generated from the public Ave Mujica Screenshot Search repository, which powers ave-mujica-images.pages.dev.
See NOTICE.md for the complete source and rights disclosure. This extension is unofficial and is not endorsed by or affiliated with the BanG Dream! rights holders or the upstream project. The MIT license covers this extension's source code only; it does not grant rights to the names, logos, characters, animation footage, or screenshots.
Requirements:
nvmnvm use
npm install
npm run dev
Validation commands:
npm test
npm run lint
npm run build