utility/screenpick

7 行
152 B
Plaintext
Raw 通常表示 履歴

2024-05-28 03:25:55 +09:00
#!/bin/sh
# Screenshot a selection of screen
import png:- | xclip -selection clipboard -t image/png &&
notify-send "Screenshot copied to clipboard"