Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Command Line

Damir Porobic edited this page Oct 12, 2020 · 1 revision

Reading from stdin

Ksnip can read image data from stdin and open it accordingly. When passing images to ksnip via pipe, you need to use the dash - character instead of the path.

Example:

$ magick logo: png:- | ksnip -

or

$ magick logo: png:- | ksnip -e -

Clone this wiki locally