🍺 BREW Explorer

← all formulae

clippy

brew install clippy v1.6.9 MIT

Copy files from your terminal that actually paste into GUI apps

52
30-day installs · #4582
335
90-day · #3372
1.4k
365-day · #3279
236
★ GitHub stars · updated 3mo ago

Build dependencies

go

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Copy files from your terminal that actually paste into GUI apps",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:27+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "clippy",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-05-10T17:52:29Z",
  "github_readme_excerpt": "# Clippy \ud83d\udcce\n\n[![Homebrew](https://img.shields.io/homebrew/v/clippy?color=FBB040)](https://formulae.brew.sh/formula/clippy)\n[![Release](https://img.shields.io/github/v/release/neilberkman/clippy)](https://github.com/neilberkman/clippy/releases)\n[![CI](https://github.com/neilberkman/clippy/actions/workflows/release.yml/badge.svg)](https://github.com/neilberkman/clippy/actions/workflows/release.yml)\n[![Go Version](https://img.shields.io/github/go-mod/go-version/neilberkman/clippy)](https://go.dev/)\n[![License](https://img.shields.io/github/license/neilberkman/clippy)](https://github.com/neilberkman/clippy/blob/main/LICENSE)\n\nCopy files from your terminal that actually paste into GUI apps. No more switching to Finder.\n\n**macOS only** - built specifically for the Mac clipboard system.\n\n## Why Clippy?\n\n`pbcopy` copies file _contents_, but GUI apps need file _references_. When you `pbcopy \u003c image.png`, you can\u0027t paste it into Slack or email - those apps expect files, not raw bytes.\n\nClippy bridges this gap by detecting what you want and using the right clipboard format:\n\n```bash\n# Copy files as references (paste into any GUI app)\nclippy report.pdf         # \u2318V into Slack/email - uploads the file\nclippy *.jpg             # Multiple files at once\n\n# Pipe data as files\ncurl -sL https://picsum.photos/300 | clippy  # Download \u2192 clipboard as file\n\n# Copy your most recent download (immediate)\nclippy -r                # Grabs the file you just downloaded\nclippy -r 3              # Copy 3 most recent downloads\n\n# Interactive picker for recent files\nclippy -i               # Choose from list of recent downloads\nclippy -i 5m            # Show picker for last 5 minutes only\n```\n\nStay in your terminal. Copy anything. Paste anywhere.\n\n**Installation:**\n\n```bash\nbrew install clippy\n```\n\n**The Terminal-First Clipboard Suite:** [Clippy](#core-features) copies files to clipboard, includes an [MCP server](#mcp-server) for AI assistants, [Pasty](#pasty---intelligent-clipboard-pasting) pastes i",
  "github_repo": "neilberkman/clippy",
  "github_stars": 236,
  "github_topics": [],
  "homepage": "https://github.com/neilberkman/clippy",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 52,
  "installs_365d": 1424,
  "installs_90d": 335,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "clippy",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 4582,
  "rank_365d": 3279,
  "rank_90d": 3372,
  "raw_hash": "231216894ec4e6a6",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/clippy.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "1.6.9",
  "versioned_formulae": [],
  "why_use_this": null
}