Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Features
--------

* fullscreen screenshots
* partial(selection) screenshots
* partial(selection with optional move/resize) screenshots
* window screenshot(click to select)
* screenshot by xid
* store the image to the clipboard
Expand All @@ -26,6 +26,9 @@ Features
-v, --version output version information and exit
-s, --select interactively choose a window or rectangle with the mouse,
cancels with Esc or Rigth Click
-S, --select-and-resize interactively choose a window or rectangle with the mouse,
move/resize the rectangle if needed, then press Enter to
accept, or press Esc/Right Click to cancel
-x XID, --xid=XID take a screenshot of the xid window

-d DELAY, --delay=DELAY wait DELAY seconds before taking a shot
Expand Down
Loading