From 99b60689dc69bd0678141fd9a2bce841e458804f Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Fri, 23 Feb 2018 23:43:49 -0500 Subject: [PATCH] Updating to 1.22.0 --- README.md | 2 +- bash-snippets/bash-snippets | 2 +- changelog.md | 10 ++++++++++ cheat/cheat | 2 +- cloudup/cloudup | 2 +- crypt/crypt | 2 +- cryptocurrency/cryptocurrency | 2 +- currency/currency | 2 +- extras/Linux/maps/maps | 2 +- geo/geo | 2 +- install.sh | 2 +- lyrics/lyrics | 2 +- meme/meme | 2 +- movies/movies | 2 +- movies/tmdb | 2 +- newton/newton | 2 +- pwned/pwned | 2 +- qrify/qrify | 2 +- short/short | 2 +- siteciphers/siteciphers | 2 +- skeleton | 2 +- stocks/stocks | 2 +- taste/taste | 2 +- todo/todo | 2 +- transfer/transfer | 2 +- weather/weather | 2 +- ytview/ytview | 2 +- 27 files changed, 36 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 642d36e7..246f89e8 100644 --- a/README.md +++ b/README.md @@ -404,7 +404,7 @@ cd Bash-Snippets * Git checkout to the latest stable release ```bash -git checkout v1.21.0 +git checkout v1.22.0 ``` * Run the guided install script with diff --git a/bash-snippets/bash-snippets b/bash-snippets/bash-snippets index 175bf958..62030176 100755 --- a/bash-snippets/bash-snippets +++ b/bash-snippets/bash-snippets @@ -2,7 +2,7 @@ # Author: Navan Chauhan and Alexander Epstein declare -a tools=(cheat cloudup crypt cryptocurrency currency geo lyrics meme movies newton pwned qrify short siteciphers stocks taste todo transfer weather ytview) declare -a validTools=() -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" diff --git a/changelog.md b/changelog.md index 27e76a89..c7da40b6 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,16 @@ # Bash-Snippets Changelog +## Version 1.22.0 + +## Changes +* Adding bash-snippets gui component +* Fixing bug in url shortener +* Fixing old functionality cryptocurrency + + +
+ ## Version 1.21.0 ## Changes diff --git a/cheat/cheat b/cheat/cheat index e51654ec..3312d481 100755 --- a/cheat/cheat +++ b/cheat/cheat @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" ## rest of these variables are search flags search="0" diff --git a/cloudup/cloudup b/cloudup/cloudup index f2d9a8e0..5b6cdb5c 100755 --- a/cloudup/cloudup +++ b/cloudup/cloudup @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" private="0" ## state of private flag all="0" ## state of all flag diff --git a/crypt/crypt b/crypt/crypt index 815dd17d..563ff7f8 100755 --- a/crypt/crypt +++ b/crypt/crypt @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.21.0" +currentVersion="1.22.0" state="" configuredClient="" diff --git a/cryptocurrency/cryptocurrency b/cryptocurrency/cryptocurrency index d0e95f9f..18c53b8b 100755 --- a/cryptocurrency/cryptocurrency +++ b/cryptocurrency/cryptocurrency @@ -5,7 +5,7 @@ unset base unset exchangeTo old="false" -currentVersion="1.21.0" +currentVersion="1.22.0" unset configuredClient ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/currency/currency b/currency/currency index fb169a90..528db965 100755 --- a/currency/currency +++ b/currency/currency @@ -3,7 +3,7 @@ unset base unset exchangeTo -currentVersion="1.21.0" +currentVersion="1.22.0" unset configuredClient currencyCodes=(AUD BGN BRL CAD CHF CNY CZK DKK EUR GBP HKD HRK HUF IDR ILS INR diff --git a/extras/Linux/maps/maps b/extras/Linux/maps/maps index 959e875c..0e50fab3 100755 --- a/extras/Linux/maps/maps +++ b/extras/Linux/maps/maps @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" directionsFlag="0" directionsMapFlag="0" diff --git a/geo/geo b/geo/geo index 27bb864a..a7774dec 100755 --- a/geo/geo +++ b/geo/geo @@ -4,7 +4,7 @@ # Author: Jake Meyer # Github: https://github.com/jakewmeyer -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/install.sh b/install.sh index 4a2cfd08..2ba07813 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.21.0" +currentVersion="1.22.0" declare -a tools=(bash-snippets cheat cloudup crypt cryptocurrency currency geo lyrics meme movies newton pwned qrify short siteciphers stocks taste todo transfer weather ytview) declare -a extraLinuxTools=(maps) declare -a extraDarwinTools diff --git a/lyrics/lyrics b/lyrics/lyrics index d346b646..15f3e30e 100755 --- a/lyrics/lyrics +++ b/lyrics/lyrics @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" artist="false" song="false" diff --git a/meme/meme b/meme/meme index 2db3da82..dd50393e 100755 --- a/meme/meme +++ b/meme/meme @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Author: Navan Chauhan https://github.com/navanchauhan -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" fileName="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/movies/movies b/movies/movies index 30d58154..ab79d9b8 100755 --- a/movies/movies +++ b/movies/movies @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" configuredPython="" detail=false diff --git a/movies/tmdb b/movies/tmdb index 6f082d37..6ae1dee1 100755 --- a/movies/tmdb +++ b/movies/tmdb @@ -2,7 +2,7 @@ # Author: Alexander Epstein https://github.com/alexanderepstein # Author: Navan Chauhan https://github.com/navanchauhan -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" configuredPython="" APIKEY="b2f8880475c888056b6207067fbaa197" diff --git a/newton/newton b/newton/newton index 11a70b6b..a74e7cb0 100755 --- a/newton/newton +++ b/newton/newton @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" flagCount="0" declare -a simpleOperations=(simplify factor derive integrate zeroes roots tangent area cos sin tan arccos arcsin arctan abs log) diff --git a/pwned/pwned b/pwned/pwned index 7e84bd28..97eacd83 100755 --- a/pwned/pwned +++ b/pwned/pwned @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Navan Chauhan https://github.com/navanchauhan -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" configuredPython="" diff --git a/qrify/qrify b/qrify/qrify index 1d637c7b..18ceeafb 100755 --- a/qrify/qrify +++ b/qrify/qrify @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Linyos Torovoltos github.com/linyostorovovoltos -currentVersion="1.21.0" +currentVersion="1.22.0" multiline="0" # flag that indicates multiline option fileoutput="0" # flag indicating the -f option diff --git a/short/short b/short/short index 36257c42..1ba6f6e6 100755 --- a/short/short +++ b/short/short @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" configuredPython="" diff --git a/siteciphers/siteciphers b/siteciphers/siteciphers index 6233ee23..4db7b795 100755 --- a/siteciphers/siteciphers +++ b/siteciphers/siteciphers @@ -1,7 +1,7 @@ #!/usr/bin/env bash DELAY=1 configuredClient="" -currentVersion="1.21.0" +currentVersion="1.22.0" checkOpenSSL() { diff --git a/skeleton b/skeleton index 0c5ad04b..a2ce6c7f 100755 --- a/skeleton +++ b/skeleton @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/stocks/stocks b/stocks/stocks index 9dc33edd..86d5fed8 100755 --- a/stocks/stocks +++ b/stocks/stocks @@ -2,7 +2,7 @@ # Author: Alexander Epstein https://github.com/alexanderepstein # Author: Navan Chauhan https://github.com/navanchauhan -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" configuredPython="" diff --git a/taste/taste b/taste/taste index cb3de4c0..54e73c05 100755 --- a/taste/taste +++ b/taste/taste @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" configuredPython="" source ~/.bash_profile 2> /dev/null ## allows grabbing enviornment variable diff --git a/todo/todo b/todo/todo index f82dd923..eae8ce47 100755 --- a/todo/todo +++ b/todo/todo @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein flag="" -currentVersion="1.21.0" +currentVersion="1.22.0" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/transfer/transfer b/transfer/transfer index 21493377..63575c19 100755 --- a/transfer/transfer +++ b/transfer/transfer @@ -3,7 +3,7 @@ configuredDownloadClient="" configuredUploadClient="" configuredClient="" -currentVersion="1.21.0" +currentVersion="1.22.0" down="false" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/weather/weather b/weather/weather index aad67137..a14d0226 100755 --- a/weather/weather +++ b/weather/weather @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.21.0" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4 +currentVersion="1.22.0" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4 LANG="${LANG:-en}" locale=$(echo $LANG | cut -c1-2) unset configuredClient diff --git a/ytview/ytview b/ytview/ytview index f486fc62..82b3bb5f 100755 --- a/ytview/ytview +++ b/ytview/ytview @@ -6,7 +6,7 @@ if [[ -d $HOME/.cache/ytview ]]; then rm -rf $HOME/.cache/ytview/; fi player="" configuredClient="" -currentVersion="1.21.0" +currentVersion="1.22.0" flag="" ## This function determines which http get tool the system has installed and returns an error if there isnt one