| Crates.io | ccy |
| lib.rs | ccy |
| version | 0.1.0 |
| created_at | 2025-07-31 15:45:45.160701+00 |
| updated_at | 2025-07-31 15:45:45.160701+00 |
| description | Console Command Yank - captures and yanks the last terminal command output to clipboard |
| homepage | https://github.com/svemyh/ccy |
| repository | https://github.com/svemyh/ccy |
| max_upload_size | |
| id | 1775236 |
| size | 51,812 |
TL;DR: ccy captures and yanks the last terminal command output to clipboard
A terminal utility that captures and yanks the output of your last command and its output to the clipboard. Perfect for feeding command outputs into LLM agents or sharing terminal results at blazing speed.
ccy to yank your last command output in the terminal to clipboard(Requires Rust/Cargo)
# Install ccy
cargo install ccy
# Enable shell hooks (required for automatic capture)
ccy --enable
# Restart your shell or run: source ~/.bashrc
git clone https://github.com/svemyh/ccy
cd ccy
sudo ./install.sh # Automatically enables shell hooks
ls -la
ccy # Automatically yanks the output of 'ls -la' to clipboard
# Print to terminal instead of clipboard
ccy -p
# Yank only the command
ccy -c
# Yank only the output
ccy -o
~/.cache/ccy/session_123_pts_0.json)ccy command reads the most recent output from your current terminal session~/.cache/ccy/session_123_pts_0.json)ccy - Main command to yank/print last output
ccy --help - Show help and additional commands
ccy --enable - Enable shell hooks
ccy --disable - Disable shell hooks
ccy-capture <command> - Manually capture command output (reads from stdin)
sudo apt install xclipsudo apt install xselsudo apt install wl-clipboardccy --disable # Remove from shell config
sudo rm /usr/local/bin/ccy*
sudo rm -rf /etc/ccy
rm -rf ~/.cache/ccy