Commit 50c733d
add: Clipboard Inspector utility
Added comprehensive clipboard analysis tool with full data format inspection:
- View all MIME types and clipboard data formats
- Text display (plain, HTML, RTF, URI lists)
- Image preview with metadata and download capability
- Hex dump viewer for binary data (offset + hex + ASCII)
- HTML source view and rendered preview
- Clipboard history (last 50 items) with localStorage persistence
- Auto-monitor mode (reads every 2 seconds)
- Export clipboard data as JSON
- Privacy-first - all processing happens locally
Updated landing pages (tools.html, utilities.md) and documentation (CLAUDE.md).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent fcec494 commit 50c733d
4 files changed
+1056
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
207 | 244 | | |
208 | 245 | | |
209 | 246 | | |
| |||
218 | 255 | | |
219 | 256 | | |
220 | 257 | | |
| 258 | + | |
221 | 259 | | |
222 | 260 | | |
223 | 261 | | |
| |||
0 commit comments