# 📋 ClipWatch **ClipWatch** is a tiny utility that simplifies copy/paste-heavy workflows. It watches your clipboard and prints new entries to `stdout` as you copy them. Use it to quickly build scripts, batch commands, or collect snippets—without constantly switching between windows or terminals. ## 🔧 Features | Option | Description | |--------|-------------| | `-i`, `--ignore-first` | Ignore the clipboard value present at startup. | | `-q`, `--quiet` | Don’t print clipboard contents to stdout. | | `-s`, `--summary` | At program exit, copy all collected clipboard entries into the clipboard. | | `-t`, `--transform