3 releases
0.1.2 | Aug 19, 2022 |
---|---|
0.1.1 | Aug 19, 2022 |
0.1.0 | Aug 19, 2022 |
#89 in #stdout
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