From 0b38f94cae94c01a13f3923b22415f2905700f0e Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Mon, 3 Jul 2017 20:22:07 -0400 Subject: [PATCH] Updating to 1.8.0 --- README.md | 15 ++++++++++++++- changelog.md | 15 +++++++++++++++ cheat/cheat | 2 +- cloudup/cloudup | 4 ++-- crypt/crypt | 2 +- currency/currency | 2 +- geo/geo | 2 +- install.sh | 2 +- movies/movies | 2 +- short/short | 2 +- stocks/stocks | 2 +- taste/taste | 2 +- weather/weather | 2 +- ytview/ytview | 2 +- 14 files changed, 42 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 341b095..279f43c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,20 @@ Also can show the current moon phase +## Youtube-Viewer +Provides a way to watch youtube videos from the terminal. + +You can use ```ytview -c [channel name]``` to see recent videos by that artist. + +You can use ```youtubeviewer -s '[videoToSearch]'``` to search for videos. + + +
+ + + +
## Stocks @@ -174,7 +187,7 @@ Gets the link that is being masked by a url shortner * Then cd into the cloned directory: ```cd Bash-Snippets``` -* Git checkout to the latest stable release ```git checkout v1.7.0``` +* Git checkout to the latest stable release ```git checkout v1.8.0``` * Run the guided install script with ```bash diff --git a/changelog.md b/changelog.md index 532ea1f..f593002 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,21 @@ # Bash-Snippets Changelog +## Version 1.8.0 + + + +### Changes +* Added ytview componenet + +### Bugfixes +* Using ```$@``` instead of ```$1 $2 $3...``` in all applicable scripts +* Make call to python 2 explicit in all applicable scripts +* Hiding the cheatsheet api help page from the user + + +
+ ## Version 1.7.0
diff --git a/cheat/cheat b/cheat/cheat index 44f0c6d..9634453 100755 --- a/cheat/cheat +++ b/cheat/cheat @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.7.0" +currentVersion="1.8.0" configuredClient="" search="0" insensitive="" diff --git a/cloudup/cloudup b/cloudup/cloudup index 809a0bd..ad07610 100755 --- a/cloudup/cloudup +++ b/cloudup/cloudup @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.7.0" +currentVersion="1.8.0" configuredClient="" private="0" all="0" @@ -164,7 +164,7 @@ cloneGitHubRepo() getGithubRepoNames() { response=$(httpGet "https://api.github.com/users/$ghUsername/repos?sort=updated&per_page=100") - + } usage() diff --git a/crypt/crypt b/crypt/crypt index 997b75e..411aa04 100755 --- a/crypt/crypt +++ b/crypt/crypt @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.7.0" +currentVersion="1.8.0" checkOpenSSL() diff --git a/currency/currency b/currency/currency index 8269ba2..55aad37 100755 --- a/currency/currency +++ b/currency/currency @@ -3,7 +3,7 @@ base="" exchangeTo="" -currentVersion="1.7.0" +currentVersion="1.8.0" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/geo/geo b/geo/geo index 6c40e95..19bf434 100755 --- a/geo/geo +++ b/geo/geo @@ -6,7 +6,7 @@ # Github: https://github.com/jakewmeyer # -currentVersion="1.7.0" +currentVersion="1.8.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 4c21d74..fb83d36 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.7.0" +currentVersion="1.8.0" if [[ $# == 0 ]]; then diff --git a/movies/movies b/movies/movies index ce4998b..d3c72cc 100755 --- a/movies/movies +++ b/movies/movies @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.7.0" +currentVersion="1.8.0" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/short/short b/short/short index 073ab8c..8d72eef 100755 --- a/short/short +++ b/short/short @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.7.0" +currentVersion="1.8.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 cde79a8..965f657 100755 --- a/stocks/stocks +++ b/stocks/stocks @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.7.0" +currentVersion="1.8.0" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/taste/taste b/taste/taste index bcad219..e6f1e36 100755 --- a/taste/taste +++ b/taste/taste @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.7.0" +currentVersion="1.8.0" configuredClient="" source ~/.bashrc ## allows grabbing enviornment variable apiKey=$TASTE_API_KEY diff --git a/weather/weather b/weather/weather index dd33767..5971c3c 100755 --- a/weather/weather +++ b/weather/weather @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.7.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.8.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) configuredClient="" diff --git a/ytview/ytview b/ytview/ytview index 27d2961..cfe48e3 100755 --- a/ytview/ytview +++ b/ytview/ytview @@ -5,7 +5,7 @@ if [[ -d $HOME/.cache/ytview ]];then rm -rf $HOME/.cache/ytview/ ;fi player="" configuredClient="" -currentVersion="1.7.0" +currentVersion="1.8.0" flag="" ## This function determines which http get tool the system has installed and returns an error if there isnt one