Skip to content

Promote to production: Clipboard Inspector tool - #177

Merged
slaveofcode merged 2 commits into
mainfrom
develop
Aug 8, 2026
Merged

Promote to production: Clipboard Inspector tool#177
slaveofcode merged 2 commits into
mainfrom
develop

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

Deploys PR #176 — new Clipboard Inspector tool in Dev category.

🤖 Generated with Claude Code

Kresna and others added 2 commits August 8, 2026 14:40
Inspect and save whatever is on the clipboard — text, HTML, images,
video, audio, and any file type:

- Read Clipboard button: uses navigator.clipboard.read() for text,
  HTML, and images (browser may prompt for clipboard-read permission)
- Paste zone (Cmd/Ctrl+V): captures any content via the paste event,
  including video and audio files copied from the file manager
- Session history: every read/paste is kept as a snapshot with a
  source badge, timestamp, and per-item preview + Save button
- Previews: <pre> for text, sandboxed <iframe> + source toggle for HTML,
  <img> for images, <video controls> for video, <audio controls> for
  audio, file info + download for binary/PDF
- Save to disk: per-item download via downloadService
- Memory-safe: blob URLs are revoked on entry removal and on unmount

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@slaveofcode
slaveofcode merged commit 44facca into main Aug 8, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant