Getting ready for 1.10.0

This commit is contained in:
Alex Epstein 2017-07-05 13:12:40 -04:00
parent 62d94d5a3a
commit 01c9286d6e
3 changed files with 32 additions and 2 deletions

View File

@ -97,7 +97,7 @@ so a valid use case would be ```currency USD EUR 12.35```
## Cloudup
A tool that facilitates backing up github repositories to bitbucket
A tool that facilitates backing up github repositories to bitbucket (if you have ever felt the fear of the github unicorn this could be your savior)
<div align="center">
@ -149,6 +149,8 @@ Quick search that grabs relevant information about a movie
The fastest way to find {command options|code pieces} you need
Supports multiple languages and many bash commands
<div align="center">
<img max-height="500px" max-width="500px" src="https://github.com/alexanderepstein/Bash-Snippets/blob/master/cheat/cheat.png?raw=true">
@ -171,7 +173,21 @@ Valid items are: shows, books, music, artists, movies, authors, games
</div>
### Needs an API Key (don't worry it's free)
* After getting the API key add the following line to your ~/.bash_profile: ```export TASTE_API_KEY="yourAPIKeyGoesHere"```
* After getting the API key add the following line to your ~/.bash_profile: ```export TASTE_API_KEY="yourAPIKeyGoesHere"```
## Qrify
Takes any string of text and turns it into a qr code
This is useful for sending links or saving a string of commands to your phone
<div align="center">
<img max-height="500px" max-width="500px" src="https://github.com/alexanderepstein/Bash-Snippets/blob/master/qrify/qrify.png?raw=true">
</div>
## Short

View File

@ -2,6 +2,20 @@
# Bash-Snippets Changelog
## Version 1.10.0
</div>
### Changes
* Added qrify component
### Bugfixes
* Bug in taste where the -i option was not working
* Bug in all scripts that used python on OSX
* Bug in taste script on OSX
<div align="center">
## Version 1.9.0
</div>

BIN
qrify/qrify.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB