From 4bd83edf8fd2a34e817d02630c00862dfc81bcdc Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 2 Oct 2016 20:28:35 +1100 Subject: [PATCH] Added flag for image host --- neofetch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index b36781ec..eec5e185 100755 --- a/neofetch +++ b/neofetch @@ -2943,8 +2943,10 @@ usage() { cat << EOF --ascii_bold on/off Whether or not to bold the ascii logo. 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. + --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 Other: @@ -3111,6 +3113,7 @@ getargs() { scrot="on" scrot_upload="on" ;; + --image_host) image_host="$2" ;; --scrot_cmd) scrot_cmd="$2" ;; # Other