mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
grimshot - added option to 'save-copy' to save to file and copy to clipboard
This commit is contained in:
parent
e8e7bbc85f
commit
b6aba79abe
3 changed files with 32 additions and 18 deletions
|
|
@ -6,7 +6,7 @@ grimshot - a helper for screenshots within sway
|
|||
|
||||
# SYNOPSIS
|
||||
|
||||
*grimshot* [--notify] (copy|save) [TARGET] [FILE]++
|
||||
*grimshot* [--notify] (copy|save|save-copy) [TARGET] [FILE]++
|
||||
*grimshot* check++
|
||||
*grimshot* usage
|
||||
|
||||
|
|
@ -23,6 +23,10 @@ grimshot - a helper for screenshots within sway
|
|||
*copy*
|
||||
Copy the screenshot data (as image/png) into the clipboard.
|
||||
|
||||
*save-copy*
|
||||
Save the screeshot into a regular file (see above for save) and
|
||||
copy the screenshot data into the clipboard (see above for copy).
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
Grimshot is an easy-to-use screenshot utility for sway. It provides a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue