clipboard-palette

Application
2025-07-14

clipboard-palette

A desktop application that receives text from standard input and displays buttons to copy it to the clipboard.

Simply pipe the output of shell scripts or command-line tools, and you get one-click copy buttons instantly.

Features

Usage Examples

# Plain text
echo "Hello, World!" | clipboard-palette

# Split by newlines
echo -e "Line1\nLine2\nLine3" | clipboard-palette --multiline

# Split by empty lines
echo -e "Section1\n\nSection2" | clipboard-palette --split-empty-line

# JSON format
echo '[{"label": "Name", "text": "Taro"}]' | clipboard-palette --json

Screenshot

Tech Stack

Repository

GitHub Repository

The author runs the application development company Cyberneura.
We look forward to discussing your development needs.