#clipboard #stdout #copy #cli

app coppy

Send standard output (stdout) to clipboard

3 releases

0.1.2 Aug 19, 2022
0.1.1 Aug 19, 2022
0.1.0 Aug 19, 2022

#101 in #stdout

Download history 1/week @ 2024-10-30 1/week @ 2024-11-06 7/week @ 2024-11-27 57/week @ 2024-12-04 38/week @ 2024-12-11 9/week @ 2024-12-18 2/week @ 2024-12-25 24/week @ 2025-01-01 18/week @ 2025-01-08

55 downloads per month

MIT license

1MB

Contains (ELF exe/lib, 4MB) coppy

Coppy

Send standard output (stdout) to your clipboard. Once the program is executed, the resulted output will be saved to your clipboard (control + v).

1. Examples

From echo

echo hello | coppy

From file (all contents)

cat some_file.txt | coppy

From file (some lines). In this case, the last 3 lines

tail -n 3 some_file.txt | coppy

2. Instalation

2.1 Cargo

cargo install coppy

2.2 Linux binary

Download this file and make sure you've granted executable permissions to it

Dependencies