Crates.io | clipsaver |
lib.rs | clipsaver |
version | 0.1.0 |
source | src |
created_at | 2023-09-15 16:44:29.339834 |
updated_at | 2023-09-15 16:44:29.339834 |
description | A CLI utility that allows you to save images in you clipboard to a file. |
homepage | https://ionshard.com/ |
repository | https://github.com/Ionshard/clipsaver |
max_upload_size | |
id | 973797 |
size | 39,461 |
Clipsaver is a simple utility that allows you to save an image currently stored in your OS' clipboard and save it as a file.
I like to use Cmd+Shift+4 on MacOS to screenshot a portion of my window, most of the time I immediately paste this image into a chat program or website. However sometimes I want the screenshot to be longer lived or I need it as a file due to a restriction at the source. Instead of needing to go into the options of the clip tool and switch back to storing the screenshot as a file (and then remember to switch it back afterwards) this tool was created to allow me to quickly save the image in the clipboard to disk.
Additionally it was a good way to get started in Rust
TODO