Updating to 1.21.0

This commit is contained in:
Alex Epstein 2018-01-02 19:31:04 -05:00
parent c60f888b32
commit a8300df843
26 changed files with 39 additions and 30 deletions

View File

@ -90,11 +90,6 @@ Converts Cryptocurrency based on realtime exchange rates of the top 10 cryptos
</div>
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)
</details>
@ -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

View File

@ -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
</div>
<div align="center">
## Version 1.20.0
## Changes

View File

@ -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"

View File

@ -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

View File

@ -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=""

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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)

View File

@ -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=""

View File

@ -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

View File

@ -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=""

View File

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

View File

@ -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

View File

@ -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=""

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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