utility/screenpick

7 行
152 B
Bash
実行ファイル

#!/bin/sh
# Screenshot a selection of screen
import png:- | xclip -selection clipboard -t image/png &&
notify-send "Screenshot copied to clipboard"