Updating to 1.17.3

This commit is contained in:
Alex Epstein 2017-08-02 13:01:57 -04:00
parent a9ec032624
commit 9ad66a6ab9
21 changed files with 32 additions and 20 deletions

View File

@ -6,7 +6,6 @@ matrix:
dist: trusty
sudo: required
- os: osx
osx_image: xcode7.2
allow_failures:
- os: osx

View File

@ -307,7 +307,7 @@ There is an AUR package for bash-snippets located [here](https://aur.archlinux.o
* Then cd into the cloned directory: ```cd Bash-Snippets```
* Git checkout to the latest stable release ```git checkout v1.17.2```
* Git checkout to the latest stable release ```git checkout v1.17.3```
* Run the guided install script with
```bash

View File

@ -2,6 +2,19 @@
# Bash-Snippets Changelog
## Version 1.17.3
</div>
### Changes
* checkInternet now checks github.com over google.com
* tools that don't need bc don't use it
* tools that need bc can approximate without it
* Fixing trailing quotation mark for newton on osx
<div align="center">
## Version 1.17.2
</div>

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.17.2"
currentVersion="1.17.3"
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.17.2"
currentVersion="1.17.3"
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.17.2"
currentVersion="1.17.3"
state=""
configuredClient=""

View File

@ -3,7 +3,7 @@
base=""
exchangeTo=""
currentVersion="1.17.2"
currentVersion="1.17.3"
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 @@
base=""
exchangeTo=""
currentVersion="1.17.2"
currentVersion="1.17.3"
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.17.2"
currentVersion="1.17.3"
configuredClient=""
directionsFlag="0"
directionsMapFlag="0"

View File

@ -4,7 +4,7 @@
# Author: Jake Meyer
# Github: https://github.com/jakewmeyer
currentVersion="1.17.2"
currentVersion="1.17.3"
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.17.2"
currentVersion="1.17.3"
declare -a tools=(cheat cloudup crypt cryptocurrency currency geo movies newton qrify short siteciphers stocks taste todo weather ytview)
declare -a extraLinuxTools=(maps)
declare -a extraDarwinTools

View File

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

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.17.2"
currentVersion="1.17.3"
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: Linyos Torovoltos github.com/linyostorovovoltos
currentVersion="1.17.2"
currentVersion="1.17.3"
multiline="0" # flag that indicates multiline option

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.17.2"
currentVersion="1.17.3"
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.17.2"
currentVersion="1.17.3"
configuredClient=""
## 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.17.2" #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.17.3" #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)
configuredClient=""

View File

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