Bash Snippets Versions Save

A collection of small bash scripts for heavy terminal users

v1.11.0

6 years ago

Changes

  • Adding manpage, view it with man bash-snippets
  • Better help sections for each tool
  • Cleaning up output in crypt script

v1.10.1

6 years ago

Changes

  • Cloudup's -a option is now functional

Bugfixes

  • Cloudup only needs one temporary copy of the repository
  • Qrify had an issue where it couldn't handle more than one space #40
  • Cloudup now retains git history when it backs up to bitbucket
  • Fetch removed from qrify since it will not work

v1.10.0

6 years ago

Changes

  • Added qrify component #39 #19

Bugfixes

  • Bug in taste where the -i option was not working
  • Bug in all scripts that used python on OSX #38
  • Bug in taste script on OSX #36

v1.9.0

6 years ago

Changes

  • Added cloudup component

cloudup

Bugfixes

  • Fixing bug in ytview when search results are sparse #33

v1.8.0

6 years ago

Changes

  • Added ytview component #26

ytview

Bugfixes

  • Using $@ instead of $1 $2 $3... in all applicable scripts #28
  • Make call to python 2 explicit in all applicable scripts #24
  • Hiding the cheatsheet api help page from the user

v1.7.0

6 years ago

Changes

  • Added cheat component #20

cheat

Bugfixes

  • Check if openssl is installed in crypt

v1.6.0

6 years ago

Changes

  • Added geo component

geo

v1.5.0

6 years ago

Changes

  • Added short component #12

short

Bugfixes

  • Sending errors in taste tool to /dev/null
  • Taste tool only has one unique youtube link not three

v1.4.0

6 years ago

Changes

  • Added taste component #3
    • Recommendation engine that provides three similar items like the supplied item
    • Also can provide information on a given item
    • Valid items are: shows, books, music, artists, movies, authors, games Usage

v1.3.1

6 years ago

Bugfixes

  • Fixing bug in currency where invalid exchangeTo wasn't handled correctly