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
__flameshot_complete gui --long-option"last-region"--description"Repeat screenshot with previously selected region"--no-files
84
84
__flameshot_complete gui --long-option"raw"--short-option"r"--description"Print raw PNG capture"--no-files
85
85
__flameshot_complete gui --long-option"print-geometry"--short-option"g"--description"Print geometry of the selection"--no-files
86
-
__flameshot_complete gui --long-option"upload"--short-option"u"--description"Upload the screenshot"--no-files
87
86
__flameshot_complete gui --long-option"pin"--description"Pin the screenshot to the screen"--no-files
88
87
__flameshot_complete gui --long-option"accept-on-select"--short-option"s"--description"Accept capture as soon as a selection is made"--no-files
89
88
__flameshot_complete gui --long-option"help"--short-option"h"--description"Show the available arguments"--no-files
90
89
91
90
# SCREEN subcommand
92
91
__flameshot_complete screen --no-files
93
92
__flameshot_complete screen --long-option"number"--short-option"n"--description"Screen number (starting from 0)"--require-parameter--no-files--arguments"(__flameshot_complete_screen_number)"
93
+
__flameshot_complete screen --long-option"edit"--short-option"e"--description"Interactively select and edit the screenshot region"--no-files
94
94
__flameshot_complete screen --long-option"path"--short-option"p"--description"Output file or directory"--require-parameter
95
95
__flameshot_complete screen --long-option"clipboard"--short-option"c"--description"Copy screenshot to the clipboard"--no-files
96
96
__flameshot_complete screen --long-option"delay"--short-option"d"--description"Delay time in milliseconds"--require-parameter--no-files
97
97
__flameshot_complete screen --long-option"region"--description"Screenshot region to select (WxH+X+Y)"--require-parameter--no-files--arguments"(__flameshot_complete_region screen)"
98
98
__flameshot_complete screen --long-option"raw"--short-option"r"--description"Print raw PNG capture"--no-files
99
-
__flameshot_complete screen --long-option"upload"--short-option"u"--description"Upload the screenshot"--no-files
100
99
__flameshot_complete screen --long-option"pin"--description"Pin the screenshot to the screen"--no-files
101
100
__flameshot_complete screen --long-option"help"--short-option"h"--description"Show the available arguments"--no-files
102
101
@@ -105,9 +104,7 @@ __flameshot_complete full --no-files
105
104
__flameshot_complete full --long-option"path"--short-option"p"--description"Output file or directory"--require-parameter
106
105
__flameshot_complete full --long-option"clipboard"--short-option"c"--description"Copy screenshot to the clipboard"--no-files
107
106
__flameshot_complete full --long-option"delay"--short-option"d"--description"Delay time in milliseconds"--require-parameter--no-files
108
-
__flameshot_complete full --long-option"region"--description"Screenshot region to select (WxH+X+Y)"--require-parameter--no-files--arguments"(__flameshot_complete_region full)"--keep-order
109
107
__flameshot_complete full --long-option"raw"--short-option"r"--description"Print raw PNG capture"--no-files
110
-
__flameshot_complete full --long-option"upload"--short-option"u"--description"Upload the screenshot"--no-files
111
108
__flameshot_complete full --long-option"help"--short-option"h"--description"Show the available arguments"--no-files
0 commit comments