From a8300df8431873015eb742ff19300301898f084f Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Tue, 2 Jan 2018 19:31:04 -0500 Subject: [PATCH] Updating to 1.21.0 --- README.md | 7 +------ changelog.md | 14 ++++++++++++++ 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 +- 26 files changed, 39 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index a8b9690..4629b86 100644 --- a/README.md +++ b/README.md @@ -90,11 +90,6 @@ Converts Cryptocurrency based on realtime exchange rates of the top 10 cryptos -A valid use case would be: -```bash -cryptocurrency -f eur -``` - Originally written by: [Jonas-Taha El Sesiy](https://github.com/elsesiy) Heavy modifications by: [Alex Epstein](https://github.com/alexanderepstein) @@ -398,7 +393,7 @@ cd Bash-Snippets * Git checkout to the latest stable release ```bash -git checkout v1.20.0 +git checkout v1.21.0 ``` * Run the guided install script with diff --git a/changelog.md b/changelog.md index 0fa23af..27e76a8 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,20 @@ # Bash-Snippets Changelog +## Version 1.21.0 + +## Changes +* Fixing the exchange name for the stocks tool +* Adding the memes component +* Fixing locale error +* Added pwned component +* Adding one time file transfer to transfer component +* Changing how cryptocurrency tool works now using rate.sx + + + +
+ ## Version 1.20.0 ## Changes diff --git a/cheat/cheat b/cheat/cheat index 0939121..e51654e 100755 --- a/cheat/cheat +++ b/cheat/cheat @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.20.0" +currentVersion="1.21.0" configuredClient="" ## rest of these variables are search flags search="0" diff --git a/cloudup/cloudup b/cloudup/cloudup index 18e2b67..f2d9a8e 100755 --- a/cloudup/cloudup +++ b/cloudup/cloudup @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.20.0" +currentVersion="1.21.0" configuredClient="" private="0" ## state of private flag all="0" ## state of all flag diff --git a/crypt/crypt b/crypt/crypt index 1e1017c..815dd17 100755 --- a/crypt/crypt +++ b/crypt/crypt @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.20.0" +currentVersion="1.21.0" state="" configuredClient="" diff --git a/cryptocurrency/cryptocurrency b/cryptocurrency/cryptocurrency index de84025..0db32c0 100755 --- a/cryptocurrency/cryptocurrency +++ b/cryptocurrency/cryptocurrency @@ -5,7 +5,7 @@ unset base unset exchangeTo old="false" -currentVersion="1.20.0" +currentVersion="1.21.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 2fdea2b..fb169a9 100755 --- a/currency/currency +++ b/currency/currency @@ -3,7 +3,7 @@ unset base unset exchangeTo -currentVersion="1.20.0" +currentVersion="1.21.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 508fb09..959e875 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.20.0" +currentVersion="1.21.0" configuredClient="" directionsFlag="0" directionsMapFlag="0" diff --git a/geo/geo b/geo/geo index dd3f89c..27bb864 100755 --- a/geo/geo +++ b/geo/geo @@ -4,7 +4,7 @@ # Author: Jake Meyer # Github: https://github.com/jakewmeyer -currentVersion="1.20.0" +currentVersion="1.21.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 fb7d7c0..eeec3a0 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.20.0" +currentVersion="1.21.0" 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 extraLinuxTools=(maps) declare -a extraDarwinTools diff --git a/lyrics/lyrics b/lyrics/lyrics index 87fe6b5..d346b64 100755 --- a/lyrics/lyrics +++ b/lyrics/lyrics @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.20.0" +currentVersion="1.21.0" configuredClient="" artist="false" song="false" diff --git a/meme/meme b/meme/meme index 82e314a..2db3da8 100755 --- a/meme/meme +++ b/meme/meme @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Author: Navan Chauhan https://github.com/navanchauhan -currentVersion="1.20.0" +currentVersion="1.21.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 9801c29..30d5815 100755 --- a/movies/movies +++ b/movies/movies @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.20.0" +currentVersion="1.21.0" configuredClient="" configuredPython="" detail=false diff --git a/movies/tmdb b/movies/tmdb index 714e62c..6f082d3 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.20.0" +currentVersion="1.21.0" configuredClient="" configuredPython="" APIKEY="b2f8880475c888056b6207067fbaa197" diff --git a/newton/newton b/newton/newton index b7d6029..11a70b6 100755 --- a/newton/newton +++ b/newton/newton @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.20.0" +currentVersion="1.21.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 10e7e04..7e84bd2 100755 --- a/pwned/pwned +++ b/pwned/pwned @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Navan Chauhan https://github.com/navanchauhan -currentVersion="1.20.0" +currentVersion="1.21.0" configuredClient="" configuredPython="" diff --git a/qrify/qrify b/qrify/qrify index 6818c42..1d637c7 100755 --- a/qrify/qrify +++ b/qrify/qrify @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Linyos Torovoltos github.com/linyostorovovoltos -currentVersion="1.20.0" +currentVersion="1.21.0" multiline="0" # flag that indicates multiline option fileoutput="0" # flag indicating the -f option diff --git a/short/short b/short/short index 6ff2e9d..e40c4f0 100755 --- a/short/short +++ b/short/short @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.20.0" +currentVersion="1.21.0" configuredClient="" configuredPython="" diff --git a/siteciphers/siteciphers b/siteciphers/siteciphers index 229a277..6233ee2 100755 --- a/siteciphers/siteciphers +++ b/siteciphers/siteciphers @@ -1,7 +1,7 @@ #!/usr/bin/env bash DELAY=1 configuredClient="" -currentVersion="1.20.0" +currentVersion="1.21.0" checkOpenSSL() { diff --git a/skeleton b/skeleton index 525d94b..0c5ad04 100755 --- a/skeleton +++ b/skeleton @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.20.0" +currentVersion="1.21.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 cbe9996..9dc33ed 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.20.0" +currentVersion="1.21.0" configuredClient="" configuredPython="" diff --git a/taste/taste b/taste/taste index 9b8a851..cb3de4c 100755 --- a/taste/taste +++ b/taste/taste @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.20.0" +currentVersion="1.21.0" configuredClient="" configuredPython="" source ~/.bash_profile 2> /dev/null ## allows grabbing enviornment variable diff --git a/todo/todo b/todo/todo index 5df2c25..f82dd92 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.20.0" +currentVersion="1.21.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 06186b7..2149337 100755 --- a/transfer/transfer +++ b/transfer/transfer @@ -3,7 +3,7 @@ configuredDownloadClient="" configuredUploadClient="" configuredClient="" -currentVersion="1.20.0" +currentVersion="1.21.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 fe326c3..aad6713 100755 --- a/weather/weather +++ b/weather/weather @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.20.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.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 LANG="${LANG:-en}" locale=$(echo $LANG | cut -c1-2) unset configuredClient diff --git a/ytview/ytview b/ytview/ytview index 6c2ad39..f486fc6 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.20.0" +currentVersion="1.21.0" flag="" ## This function determines which http get tool the system has installed and returns an error if there isnt one