maim icon indicating copy to clipboard operation
maim copied to clipboard

Add support for `-` filename syntax

Open foxpy opened this issue 2 years ago • 1 comments

Currently, maim will save image into file named - instead of piping it into stdout, like other Unix utilities do.

This issue superseeds #265.

foxpy avatar Oct 21 '22 08:10 foxpy

Fairly easy to make a patch -- one line in fact.

https://github.com/slyshot/maim/commit/8ee2d1afccefbe4d0326d2a548be38abd9e4aa89

Not sure if this is hacky, though. I don't think it corrupts the meaning of "savepathGiven" since - isn't actually meant to be a save path.

slyshot avatar Jun 05 '23 07:06 slyshot