You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
-[Usage](#usage)
11
11
-[Shortcuts](#shortcuts)
12
12
-[Considerations](#considerations)
13
+
-[Installation](#installation)
13
14
-[Compilation](#compilation)
14
15
-[Debian](#debian)
15
16
-[Fedora](#fedora)
@@ -30,18 +31,23 @@ Example commands:
30
31
- capture with GUI:
31
32
32
33
`flameshot gui`
33
-
- open GUI with a delay of 2 seconds:
34
34
35
-
`flameshot gui -d 2000`
36
35
- capture with GUI with custom save path:
37
36
38
37
`flameshot gui -p ~/myStuff/captures`
38
+
39
+
- open GUI with a delay of 2 seconds:
40
+
41
+
`flameshot gui -d 2000`
42
+
39
43
- fullscreen capture (asking savepath):
40
44
41
45
`flameshot full`
46
+
42
47
- fullscreen capture with custom save path (no GUI) and delayed:
43
48
44
49
`flameshot full -p ~/myStuff/captures -d 5000`
50
+
45
51
- fullscreen capture with custom save path copying to clipboard:
46
52
47
53
`flameshot full -c -p ~/myStuff/captures`
@@ -52,6 +58,21 @@ A systray icon will be in your system's panel while Flameshot is running.
52
58
Do a right click on the tray icon and you'll see some menu items to open the configuration window and the information window.
53
59
Check out the information window to see all the available shortcuts in the graphical capture mode.
54
60
61
+
### CLI configuration
62
+
You can use the graphical menu to configure Flameshot, but alternatively you can use your terminal or scripts to do so.
63
+
64
+
- open the confguration menu:
65
+
66
+
`flameshot config`
67
+
68
+
- show the initial help message in the capture mode:
69
+
70
+
`flameshot config --showhelp true`
71
+
72
+
- for more information about the available options use the help flag:
73
+
74
+
`flameshot config -h`
75
+
55
76
## Shortcuts
56
77
57
78
These shortcuts are available in GUI mode:
@@ -65,6 +86,7 @@ These shortcuts are available in GUI mode:
65
86
| CTRL + S | Save selection as a file |
66
87
| CTRL + Z | Undo the last modification |
67
88
| Right Click | Show color picker |
89
+
| Mouse Wheel | Change the tool's thickness |
68
90
69
91
Shift + drag a handler of the selection area: mirror redimension in the opposite handler.
70
92
@@ -80,6 +102,15 @@ Shift + drag a handler of the selection area: mirror redimension in the opposite
80
102
81
103
- Execute the command `flameshot` without parameters or use the "Launch Flameshot" desktop entry to launch a running instance of the program without taking actions.
0 commit comments