mskelton / pngpaste

Paste images from your clipboard into a PNG file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pngpaste

Paste images from your clipboard into a PNG file.

Installation

You can install pngpaste by running the install script which will download the latest release.

curl -LSfs https://go.mskelton.dev/pngpaste/install | sh

Or you can build from source.

git clone git@github.com:mskelton/pngpaste.git
cd pngpaste
cargo install --path .

Usage

To use pngpaste, simply provide the name of the file where you want to write the contents of your clipboard.

pngpaste output.png

You can also use the --stdout flag to print to stdout instead of a file.

pngpaste --stdout

About

Paste images from your clipboard into a PNG file.

License:ISC License


Languages

Language:Shell 84.5%Language:Rust 15.5%