Updating to 1.14.0

This commit is contained in:
Alex Epstein 2017-07-22 07:25:20 -04:00
parent c1b30162af
commit 982ef37299
20 changed files with 42 additions and 19 deletions

View File

@ -263,7 +263,7 @@ sparrow plg install [tool]
* Then cd into the cloned directory: ```cd Bash-Snippets```
* Git checkout to the latest stable release ```git checkout v1.13.2```
* Git checkout to the latest stable release ```git checkout v1.14.0```
* Run the guided install script with
```bash

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BASH\-SNIPPETS" "1" "July 2017" "" ""
.TH "BASH\-SNIPPETS" "1" "July 2017" "ff" ""
.
.SH "NAME"
\fBbash\-snippets\fR \- A collection of small bash scripts for heavy terminal users
@ -87,6 +87,12 @@ Usage: cloudup [flags] or cloudup [flags] [listOfGHRepoNamesSplitBySpaces]
\-a Backup all github repositories
.
.IP "\(bu" 4
\-s Only backup repositories that you have created (no forks) (only works in conjunction with the \-a flag)
.
.IP "\(bu" 4
\-t Backup the repository with a timestamp added to the repostiory name (will always create a new unique bitbucket repo)
.
.IP "\(bu" 4
\-u Update Bash\-Snippet Tools
.
.IP "\(bu" 4

View File

@ -54,6 +54,10 @@ Usage: cloudup [flags] or cloudup [flags] [listOfGHRepoNamesSplitBySpaces]
* -a Backup all github repositories
* -s Only backup repositories that you have created (no forks) (only works in conjunction with the -a flag)
* -t Backup the repository with a timestamp added to the repostiory name (will always create a new unique bitbucket repo)
* -u Update Bash-Snippet Tools
* -h Show the help
@ -274,7 +278,7 @@ Examples:
* taste Catcher in the Ry
* taste -s Red Hot Chili Peppers
### Todo
Description: A simplistic commandline todo list.

View File

@ -2,6 +2,19 @@
# Bash-Snippets Changelog
## Version 1.14.0
</div>
### Changes
* Shebang changed to ```/usr/bin/env bash``` for more portability
* Todo has more error checking for bad input
* Added the ```-s``` option to cloudup which will prevent the backup of forked repositories
* Added the ```-t``` option to cloudup to give the user the ability to create a unique repo or just update the old one
<div align="center">
## Version 1.13.2
</div>

View File

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

View File

@ -3,7 +3,7 @@
base=""
exchangeTo=""
currentVersion="1.13.2"
currentVersion="1.14.0"
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.13.2"
currentVersion="1.14.0"
configuredClient=""
directionsFlag="0"
directionsMapFlag="0"

View File

@ -6,7 +6,7 @@
# Github: https://github.com/jakewmeyer
#
currentVersion="1.13.2"
currentVersion="1.14.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.13.2"
currentVersion="1.14.0"
declare -a tools=(currency stocks weather crypt movies taste short geo cheat ytview cloudup qrify siteciphers todo)
usedGithubInstallMethod="0"

View File

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

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Linyos Torovoltos github.com/linyostorovovoltos
currentVersion="1.13.2"
currentVersion="1.14.0"
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.13.2"
currentVersion="1.14.0"
configuredClient=""
configuredPython=""

View File

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

View File

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

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.13.2"
currentVersion="1.14.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.13.2"
currentVersion="1.14.0"
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.13.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.14.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=""

View File

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