picst

GitHub Workflow Status Crates.io

🤔 What?

picts is a small CLI tool aiming at making the "copy ➡️ resize ➡️ paste" image workflow super simple and more friendly.

Start picts, copy an image, eventually provide new dimensions if not passed via the flags, paste it anywhere - a piece of cake!

🛠️ Installation

Cargo

sh cargo install picst

⚡️ Usage

With height and width dimensions (will be used until the process is stopped):

sh picts --height 300 --width 300

With no flags, dimensions will get prompted for every new image:

sh picts

Note: picts will keep running and checking for new images copied in the clipboard until the process is stopped.