Updating to 1.22.1

This commit is contained in:
Alex Epstein 2018-10-19 18:19:55 -07:00
parent f41d87eeaf
commit bb2103081d
27 changed files with 38 additions and 26 deletions

View File

@ -404,7 +404,7 @@ cd Bash-Snippets
* Git checkout to the latest stable release * Git checkout to the latest stable release
```bash ```bash
git checkout v1.22.0 git checkout v1.22.1
``` ```
* Run the guided install script with * Run the guided install script with

View File

@ -2,7 +2,7 @@
# Author: Navan Chauhan and Alexander Epstein # 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 tools=(cheat cloudup crypt cryptocurrency currency geo lyrics meme movies newton pwned qrify short siteciphers stocks taste todo transfer weather ytview)
declare -a validTools=() declare -a validTools=()
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""

View File

@ -2,6 +2,18 @@
# Bash-Snippets Changelog # Bash-Snippets Changelog
## Version 1.22.1
</div>
## Changes
* Fix bugs in currency tool because of api changes
* Fix bugs in cloudup tool because of api changes
* Fixing movies tool
* Fix bugs in meme tool
* Fix default answer on install
<div align="center">
## Version 1.22.0 ## Version 1.22.0
</div> </div>

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
## rest of these variables are search flags ## rest of these variables are search flags
search="0" search="0"

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
private="0" ## state of private flag private="0" ## state of private flag
all="0" ## state of all flag all="0" ## state of all flag

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0" currentVersion="1.22.1"
state="" state=""
configuredClient="" configuredClient=""

View File

@ -5,7 +5,7 @@
unset base unset base
unset exchangeTo unset exchangeTo
old="false" old="false"
currentVersion="1.22.0" currentVersion="1.22.1"
unset configuredClient unset configuredClient
## This function determines which http get tool the system has installed and returns an error if there isnt one ## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -3,7 +3,7 @@
unset base unset base
unset exchangeTo unset exchangeTo
currentVersion="1.22.0" currentVersion="1.22.1"
unset configuredClient unset configuredClient
currencyCodes=(AUD BGN BRL CAD CHF CNY CZK DKK currencyCodes=(AUD BGN BRL CAD CHF CNY CZK DKK
EUR GBP HKD HRK HUF IDR ILS INR EUR GBP HKD HRK HUF IDR ILS INR

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
directionsFlag="0" directionsFlag="0"
directionsMapFlag="0" directionsMapFlag="0"

View File

@ -4,7 +4,7 @@
# Author: Jake Meyer # Author: Jake Meyer
# Github: https://github.com/jakewmeyer # Github: https://github.com/jakewmeyer
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one ## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0" currentVersion="1.22.1"
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 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 extraLinuxTools=(maps)
declare -a extraDarwinTools declare -a extraDarwinTools

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
artist="false" artist="false"
song="false" song="false"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Navan Chauhan https://github.com/navanchauhan # Author: Navan Chauhan https://github.com/navanchauhan
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
fileName="" fileName=""
## This function determines which http get tool the system has installed and returns an error if there isnt one ## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
configuredPython="" configuredPython=""
detail=false detail=false

View File

@ -2,7 +2,7 @@
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
# Author: Navan Chauhan https://github.com/navanchauhan # Author: Navan Chauhan https://github.com/navanchauhan
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
configuredPython="" configuredPython=""
APIKEY="b2f8880475c888056b6207067fbaa197" APIKEY="b2f8880475c888056b6207067fbaa197"

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
flagCount="0" flagCount="0"
declare -a simpleOperations=(simplify factor derive integrate zeroes roots tangent area cos sin tan arccos arcsin arctan abs log) declare -a simpleOperations=(simplify factor derive integrate zeroes roots tangent area cos sin tan arccos arcsin arctan abs log)

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Navan Chauhan https://github.com/navanchauhan # Author: Navan Chauhan https://github.com/navanchauhan
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
configuredPython="" configuredPython=""

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Linyos Torovoltos github.com/linyostorovovoltos # Author: Linyos Torovoltos github.com/linyostorovovoltos
currentVersion="1.22.0" currentVersion="1.22.1"
multiline="0" # flag that indicates multiline option multiline="0" # flag that indicates multiline option
fileoutput="0" # flag indicating the -f option fileoutput="0" # flag indicating the -f option

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
configuredPython="" configuredPython=""

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
DELAY=1 DELAY=1
configuredClient="" configuredClient=""
currentVersion="1.22.0" currentVersion="1.22.1"
checkOpenSSL() checkOpenSSL()
{ {

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one ## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -2,7 +2,7 @@
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
# Author: Navan Chauhan https://github.com/navanchauhan # Author: Navan Chauhan https://github.com/navanchauhan
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
configuredPython="" configuredPython=""

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
configuredPython="" configuredPython=""
source ~/.bash_profile 2> /dev/null ## allows grabbing enviornment variable source ~/.bash_profile 2> /dev/null ## allows grabbing enviornment variable

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
flag="" flag=""
currentVersion="1.22.0" currentVersion="1.22.1"
configuredClient="" configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one ## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -3,7 +3,7 @@
configuredDownloadClient="" configuredDownloadClient=""
configuredUploadClient="" configuredUploadClient=""
configuredClient="" configuredClient=""
currentVersion="1.22.0" currentVersion="1.22.1"
down="false" down="false"
## This function determines which http get tool the system has installed and returns an error if there isnt one ## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein # Author: Alexander Epstein https://github.com/alexanderepstein
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 currentVersion="1.22.1" #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}" LANG="${LANG:-en}"
locale=$(echo $LANG | cut -c1-2) locale=$(echo $LANG | cut -c1-2)
unset configuredClient unset configuredClient

View File

@ -6,7 +6,7 @@ if [[ -d $HOME/.cache/ytview ]]; then rm -rf $HOME/.cache/ytview/; fi
player="" player=""
configuredClient="" configuredClient=""
currentVersion="1.22.0" currentVersion="1.22.1"
flag="" flag=""
## This function determines which http get tool the system has installed and returns an error if there isnt one ## This function determines which http get tool the system has installed and returns an error if there isnt one