Skip to content

v1.8.0

Latest

Choose a tag to compare

@neilberkman neilberkman released this 05 Aug 17:23

Clippy v1.8.0

Smart clipboard tool for macOS that bridges terminal and GUI workflows.

Install: brew install clippy

Changelog

  • cb2afb1 feat: publish to the official MCP registry with an MCPB bundle

Full Changelog: v1.7.2...v1.8.0

Installation:

# Homebrew (recommended)
brew install clippy

# Direct download - Apple Silicon
curl -L https://github.com/neilberkman/clippy/releases/download/v1.8.0/clippy_1.8.0_darwin_arm64.tar.gz | tar xz

# Direct download - Intel
curl -L https://github.com/neilberkman/clippy/releases/download/v1.8.0/clippy_1.8.0_darwin_amd64.tar.gz | tar xz

🐛 Found a bug? Open an issue