Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
apps:xfce4-screenshooter:usage [2020/09/27 17:30] – created kevinbowen | apps:xfce4-screenshooter:usage [2025/01/15 23:12] (current) – [xfce4-screenshooter - Usage] kevinbowen | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
{{ : | {{ : | ||
- | ====== | + | ====== |
* **[[#Taking a screenshot|Taking a screenshot]]** | * **[[#Taking a screenshot|Taking a screenshot]]** | ||
* **[[#After capturing|After capturing]]** | * **[[#After capturing|After capturing]]** | ||
- | * **[[#Host on Imgur|Host on Imgur]]** | + | * **[[#Hosting |
- | * **[[#Via command-line|Via command-line]]** | + | * **[[#Command-line options|Command-line options]]** |
---- | ---- | ||
- | ===== Via the user interface ===== | + | ===== Open the user interface ===== |
To launch the application, | To launch the application, | ||
Line 18: | Line 18: | ||
===== Taking a screenshot ===== | ===== Taking a screenshot ===== | ||
- | <figure "Take a screenshot"> | + | <figure "xfce4-screenshooter Main Dialog Window"> |
- | {{: | + | {{:apps:xfce4-screenshooter: |
</ | </ | ||
+ | |||
+ | ---- | ||
==== Region to capture ==== | ==== Region to capture ==== | ||
Line 31: | Line 33: | ||
? Select a region | ? Select a region | ||
! Allows you to select a region to be captured by clicking and dragging a rectangle over the area of screen that you wish to capture, before releasing the mouse button. You can also press Ctrl while dragging to move the rectangle. | ! Allows you to select a region to be captured by clicking and dragging a rectangle over the area of screen that you wish to capture, before releasing the mouse button. You can also press Ctrl while dragging to move the rectangle. | ||
- | ? Capturing | + | ? Capture |
- | ! The {gui> | + | ! This option allows you to select whether the screenshot will include |
+ | ? Capture the window border | ||
+ | ! This option allows you to select whether the screenshot will include the window border. Only available for the Active window region. | ||
+ | |||
+ | For an explanation about {gui> | ||
==== Delay before capturing ==== | ==== Delay before capturing ==== | ||
Line 46: | Line 53: | ||
After pressing the {gui>OK} button a second window will be displayed: | After pressing the {gui>OK} button a second window will be displayed: | ||
- | <figure " | + | <figure "xfce4-screenshooter |
- | {{: | + | {{:apps:xfce4-screenshooter: |
</ | </ | ||
Line 65: | Line 72: | ||
? Open with | ? Open with | ||
! The {gui> | ! The {gui> | ||
- | ? Host on Imgur | + | ? Custom Action |
- | ! The {gui>Host on Imgur} option allow you to host your screenshot on this free online hosting service, so that you can share it easily with other people. Imgur automatically generates a tiny, medium, and full-size image of your screenshot, which can be used to create thumbnails pointing to the full size screenshot. | + | ! The {gui>Custom Action} saves the screenshot |
[[|Back to Top]] | [[|Back to Top]] | ||
---- | ---- | ||
- | ===== Host on Imgur ===== | + | ===== Hosting |
- | After selecting {gui> | + | As of the Xfce 4.18 release |
- | + | ||
- | <figure "Imgur image link"> | + | |
- | {{: | + | |
- | </ | + | |
- | + | ||
- | The dialog below will give you the links to the full size screenshot, the large thumbnail, the small thumbnails, as well examples of HTML, Markdown and BBcode to create | + | |
- | + | ||
- | <figure "Imgur Embed into code dialog"> | + | |
- | {{:apps: | + | |
- | </ | + | |
- | + | ||
- | The dialog below will give you the links to delete the image off of the Imgur website. The link will only be shown once. Make sure to save it if you think you might be deleting this image: | + | |
- | + | ||
- | <figure "Imgur deletion dialog"> | + | |
- | {{: | + | |
- | </ | + | |
- | + | ||
- | Linking images of Imgure accounts is not currently supported. | + | |
[[|Back to Top]] | [[|Back to Top]] | ||
---- | ---- | ||
- | ===== Via command-line ===== | + | ===== Command-line options |
Command line options allow you to take screenshots quickly. They also allow you to configure the Print Screen key on the upper right of most keyboards so that it takes screenshots. To do so, configure the key-bindings of your desktop environment so that it launches xfce4-screenshooter with one or several of the following options when the Prt Scrn key is pressed. | Command line options allow you to take screenshots quickly. They also allow you to configure the Print Screen key on the upper right of most keyboards so that it takes screenshots. To do so, configure the key-bindings of your desktop environment so that it launches xfce4-screenshooter with one or several of the following options when the Prt Scrn key is pressed. | ||
Line 103: | Line 92: | ||
? The -w option | ? The -w option | ||
- | ! The -w option allows you to take a screenshot of the active window. | + | ! The -w or --window |
? The -f option | ? The -f option | ||
- | ! The -f option allows you to take a screenshot of the entire screen. | + | ! The -f or --fullscreen |
? The -r option | ? The -r option | ||
- | ! The -r option allows you to select a region to be captured by clicking and dragging a rectangle over the area of screen that you wish to capture, before releasing the mouse button. | + | ! The -r or --region |
? The -d option | ? The -d option | ||
- | ! The -d option followed by a positive integer allows you to set the delay before taking the screenshot when the -w, the -f or the -r option is given. | + | ! The -d or --delay |
? The -s option | ? The -s option | ||
- | ! The -s option followed by the path to an existing folder allows you to set where the screenshots are saved. This option only has an effect if the -w, the -f or the -r option is given. | + | ! The -s or --save |
+ | |||
+ | ? The -S option | ||
+ | ! If the -S or --save option is given, the saved screenshot is shown in the file manager. This option only has an effect if the -s option is given. | ||
? The -o option | ? The -o option | ||
- | ! If the -o option is given, followed by an application name, the screenshot will be saved to the system' | + | ! If the -o or --open |
- | ? The -u option | + | |
- | ! If the -u option is given, the screenshot will be hosted on Imgur. See above for more details. This option only has an effect if the -w, the -f or the -r option is given. | + | ? The -i option |
+ | ! If the -i or --imgur | ||
+ | |||
+ | ? The -c option | ||
+ | ! If the -c or --clipboard option is given, the screenshot will be copied to the system clipboard. This option only has an effect if the -w, -f or -r option is given. | ||
+ | |||
+ | ? The --no-border option | ||
+ | ! If the --no-border option is given, the window borders are removed from the screenshot. | ||
+ | |||
+ | ? The --supported-formats option | ||
+ | ! If the --supported-formats option is given, all the supported image formats will be listed, results can vary depending on installed pixbuf loaders. This option cancels out the other options, prints the list and the program exits. | ||
+ | |||
+ | ===== Command-line examples ===== | ||
+ | |||
+ | Here is a small collection of examples demonstrating what is possible to accomplish with little shell-fu and some creativity. | ||
+ | Some of the commands below were extracted from feature requests to add very specific solutions, which would bloat xfce4-screenshooter' | ||
+ | For increased convenience, | ||
+ | |||
+ | < | ||
+ | # Take fullscreen screenshot and save to desktop without asking the file name | ||
+ | xfce4-screenshooter -f -s " | ||
+ | |||
+ | # Take screenshots at regular intervals and stop after 8 captures | ||
+ | # repeat is a zsh built-in function, use for or while when using other shells | ||
+ | repeat 8 sh -c ' | ||
+ | </ | ||
[[|Back to Top]] | [[|Back to Top]] | ||
---- | ---- | ||
- | [[: | + | [[:apps:xfce4-screenshooter: |