mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Finish documentation for scrot upload
This commit is contained in:
@@ -458,6 +458,8 @@ alias neofetch2="neofetch \
|
|||||||
Screenshot:
|
Screenshot:
|
||||||
--scrot /path/to/img Take a screenshot, if path is left empty the screen-
|
--scrot /path/to/img Take a screenshot, if path is left empty the screen-
|
||||||
shot function will use \$scrot_dir and \$scrot_name.
|
shot function will use \$scrot_dir and \$scrot_name.
|
||||||
|
--upload | -su /pth/t/img Same as --scrot but uploads the scrot to a website.
|
||||||
|
--image_host Website to upload scrots to. Takes: imgur, teknik
|
||||||
--scrot_cmd cmd Screenshot program to launch
|
--scrot_cmd cmd Screenshot program to launch
|
||||||
|
|
||||||
Other:
|
Other:
|
||||||
|
2
neofetch
2
neofetch
@@ -2975,7 +2975,7 @@ usage() { cat << EOF
|
|||||||
Screenshot:
|
Screenshot:
|
||||||
--scrot | -s /path/to/img Take a screenshot, if path is left empty the screen-
|
--scrot | -s /path/to/img Take a screenshot, if path is left empty the screen-
|
||||||
shot function will use \$scrot_dir and \$scrot_name.
|
shot function will use \$scrot_dir and \$scrot_name.
|
||||||
--upload | -su Same as --scrot but uploads the scrot to a website.
|
--upload | -su /pth/t/img Same as --scrot but uploads the scrot to a website.
|
||||||
--image_host Website to upload scrots to. Takes: imgur, teknik
|
--image_host Website to upload scrots to. Takes: imgur, teknik
|
||||||
--scrot_cmd cmd Screenshot program to launch
|
--scrot_cmd cmd Screenshot program to launch
|
||||||
|
|
||||||
|
@@ -235,7 +235,13 @@ Whether or not to bold the ascii logo.
|
|||||||
.TP
|
.TP
|
||||||
.B \--scrot 'path'
|
.B \--scrot 'path'
|
||||||
Take a screenshot, if path is left empty the screenshot
|
Take a screenshot, if path is left empty the screenshot
|
||||||
function will use \$scrot_dir and \$scrot_name.
|
function will use $scrot_dir and $scrot_name.
|
||||||
|
.TP
|
||||||
|
.B \--upload | -su 'path'
|
||||||
|
Same as --scrot but uploads the scrot to a website.
|
||||||
|
.TP
|
||||||
|
.B \--image_host 'host'
|
||||||
|
Website to upload scrots to. Takes: imgur, teknik
|
||||||
.TP
|
.TP
|
||||||
.B \--scrot_cmd 'cmd'
|
.B \--scrot_cmd 'cmd'
|
||||||
Screenshot program to launch
|
Screenshot program to launch
|
||||||
|
Reference in New Issue
Block a user