Skip to content

v1.6.8

Choose a tag to compare

@neilberkman neilberkman released this 31 Mar 05:13

Clippy v1.6.8

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

Install: brew install clippy

Changelog

  • c03392a fix: enable file/directory tab-completion for positional args

Full Changelog: v1.6.7...v1.6.8

Installation:

# Homebrew (recommended)
brew install clippy

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

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

🐛 Found a bug? Open an issue