Bash Snippets Versions Save

A collection of small bash scripts for heavy terminal users

v1.14.3

6 years ago

Changes

  • Adding new progress echos to cloudup

Bugfixes

  • Fixed bug in all tools using python for OSX where it would result caught in a segfault #76

v1.14.2

6 years ago

Bugfixes

  • Fixing bug where cloudup was incorrectly deleting the remote bitbucket repository.

v1.14.1

6 years ago

Bugfixes

  • Fixing issue in cloudup remote url was not set correctly if the -t option was not used
  • Fixing issue in cloudup where tags were causing conflicts, solved by deleting bitbucket repo first

v1.14.0

6 years ago

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

v1.13.2

6 years ago

Changes

  • Updated to installer not allow updates if bash-snippets was installed through package manager

v1.13.1

6 years ago

Changes

  • Preventing bad input in todo -r
  • Stocks was using unnecessary characters in the URL
  • Cloudup's private option now works
  • Cloudup's all option now looks to backup the first 10,000 repositories versus 100

v1.13.0

6 years ago

Changes

  • Added todo component #49

Bugfixes

  • Forcing ytview to search in english #69 #54

v1.12.0

6 years ago

Changes

  • Added siteciphers component #61

Bugfixes

  • Crypt was still using only curl to get tags for update

v1.11.2

6 years ago

Changes

  • Now supporting the use of proxies #46
  • Typo fixes
  • Adding IMDB rating to movies tool #60

Bugfixes

  • Suppressing source ~/.bash_profile error #56

v1.11.1

6 years ago

Bugfixes

  • Fixed issue in ytview where it was playing wrong video #45 #50 #51
  • Fixed wget check in qrify #53