coppy

Crates.iocoppy
lib.rscoppy
version0.1.2
sourcesrc
created_at2022-08-19 14:14:56.05904
updated_at2022-08-19 14:40:30.150181
descriptionSend standard output (stdout) to clipboard
homepage
repositoryhttps://github.com/costa86/coppy
max_upload_size
id648718
size4,171,252
Lorenzo Costa (costa86)

documentation

README

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

Commit count: 6

cargo fmt