2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-15 06:12:59 +00:00
cheat.sheets/sheets/scrot

15 lines
345 B
Plaintext
Raw Normal View History

# scrot
# Command-line screen capture utility
2017-06-04 14:03:11 +00:00
# Take screenshot of the current window.
2017-06-04 14:03:11 +00:00
scrot -u
# Take screenshot of the current window, including border.
2017-06-04 14:03:11 +00:00
scrot -ub
# Using a mouse, perform a rectangular selection of the screen to be captured.
2017-06-04 14:03:11 +00:00
scrot -s
# Capture a screenshot after 5 seconds. A countdown is also displayed.
2017-06-04 14:03:11 +00:00
scrot -u -d 5 -c