- Now supporting the use of proxies
- Typo fixes
- Adding IMDB rating to movies tool
- Suppressing
source ~/.bash_profile
error
- Fixed issue in ytview where it was playing wrong video
- Fixed wget check in qrify
- Adding manpage, view it with
man bash-snippets
- Cloudup's -a option is now functional
- Cloudup only needs one temporary copy of the repository
- Qrify had an issue where it couldn't handle more than one space
- Cloudup now retains git history when it backs up to bitbucket
- Fetch removed from qrify since it will not work
- Added qrify component
- 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
- Added cloudup component
- Fixing bug in ytview when search results are sparse
- Added ytview component
- 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
- Added cheat component
- Added geo component
- Added short component
- Sending errors in taste tool to /den/null
- Taste tool only has one unique youtube link not three
- Added taste component
- Fixing bug in currency where invalid exchangeTo wasn't handled correctly
- Now supporting wget, fetch and curl
- Cleaning an echo on error for updating
- Check if curl is installed before using it
- No sudo on error in update, just let user know they need to run the command as sudo
- Changelog added
- Setting user agent for curl to prevent issues from changes in ~/.curlrc
- Added help to each tool call with
-h
- Can now call weather with metric or imperial units
- Can now get the moon phase from weather
- Adding locale to weather so it will return in native language
- Now you can pass arguments to the weather tool to get weather of a location other then your own
- Now you can pass arguments to the currency tool to bypass the guided input
- The output for the currency tool is cleaner
- Fixed bug in currency where exchange rate was not parsed correctly
- Fixed bug in stocks where you could get lost in the tool by providing no input
- Facilitate updating by calling any of the tools with the -u option or update as the argument ex
weather -u
orweather update
- Weather component added
- Stocks component added
- Movies component added
- Currency component added
- Crypt component added