Added flag for image host
This commit is contained in:
parent
94cbd6bb02
commit
4bd83edf8f
1 changed files with 4 additions and 1 deletions
5
neofetch
5
neofetch
|
@ -2943,8 +2943,10 @@ usage() { cat << EOF
|
||||||
--ascii_bold on/off Whether or not to bold the ascii logo.
|
--ascii_bold on/off Whether or not to bold the ascii logo.
|
||||||
|
|
||||||
Screenshot:
|
Screenshot:
|
||||||
--scrot /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.
|
||||||
|
--image_host Website to upload scrots to. Takes: teknik,
|
||||||
--scrot_cmd cmd Screenshot program to launch
|
--scrot_cmd cmd Screenshot program to launch
|
||||||
|
|
||||||
Other:
|
Other:
|
||||||
|
@ -3111,6 +3113,7 @@ getargs() {
|
||||||
scrot="on"
|
scrot="on"
|
||||||
scrot_upload="on"
|
scrot_upload="on"
|
||||||
;;
|
;;
|
||||||
|
--image_host) image_host="$2" ;;
|
||||||
--scrot_cmd) scrot_cmd="$2" ;;
|
--scrot_cmd) scrot_cmd="$2" ;;
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
|
|
Loading…
Reference in a new issue