Crates.io | coppy |
lib.rs | coppy |
version | 0.1.2 |
source | src |
created_at | 2022-08-19 14:14:56.05904 |
updated_at | 2022-08-19 14:40:30.150181 |
description | Send standard output (stdout) to clipboard |
homepage | |
repository | https://github.com/costa86/coppy |
max_upload_size | |
id | 648718 |
size | 4,171,252 |
Send standard output (stdout) to your clipboard. Once the program is executed, the resulted output will be saved to your clipboard (control + v).
echo hello | coppy
cat some_file.txt | coppy
tail -n 3 some_file.txt | coppy
cargo install coppy
Download this file and make sure you've granted executable permissions to it