- Added python3 support
- Added new feature from rates.sx for cryptocurrency
- Added new component bak2dvd
- Fixed stocks script and pointing it to new api
- Fixing Wlan IP on Mac for geo
- Adding environment variable YTVIEWPLAYER for choice of default player for ytview
- Fix bugs in currency tool because of api changes
- Fix bugs in cloudup tool because of api changes
- Fixing movies tool
- Fix bugs in meme tool
- Fix default answer on install
- Adding bash-snippets gui component
- Fixing bug in url shortener
- Fixing old functionality cryptocurrency
- Fixing the exchange name for the stocks tool
- Adding the memes component
- Fixing locale error
- Added pwned component
- Adding one time file transfer to transfer component
- Changing how cryptocurrency tool works now using rate.sx
- Brought back lyrics tool
- Added shorten url functionality to short
- Fixed the stocks api
- Save QRCodes to an image file
- Fixed bug in qrify for single-word strings
- Adding mdfind functionality to ytview
- ytview for macOS can now use mpv
- lyrics tool was removed, api is not available anymore
- Fixed bug in todo for task lists over 8 tasks
- Fixing the endpoint in the short tool
- Adding BCH to cryptocurrencies tool
- Adding lyrics component
- Changed how transfer uploads files
- Upload multiple files with transfer
- Get tasks after removal of tasks in todo
- Bulk removal of tasks in todo
- Removing bad echo from cloudup
- Added transfer component
- Fixing fetch call across all tools
- Changing progress echos for update
- Run checkInternet only when needed (speeds up processes that don't need it)
- Hiding the api help page in weather
- checkInternet now checks github.com over google.com
- tools that don't need bc don't use it
- tools that need bc can approximate without it
- Fixing trailing quotation mark for newton on osx
- Adding all option to uninstall
- Fixing where manpage is installed for linuxbrew
- Updating weather usage and manpage
- Fixing grabbing the prefix in homebrew install
- Adding ability to use m/s for windspeed in weather
- Supporting httpie for all tools that work with it
- Install for homebrew can now handle multiple tools on one line
- Adding back all argument to homebrew install
- Changed install script for homebrew
- Added the -r option to newton
- Added cryptocurrency component
- Added newton component
- Changed WAN Call in geo
- Installer path was preventing install
- Added --prefix option to installer for homebrew correctly
- Added -d option to movies
- Updating extra tools if installed in main update pipeline
- Adding new progress echos to cloudup
- Fixed bug in all tools using python for OSX where it would result caught in a segfault
- Fixing bug where cloudup was incorrectly deleting the remote bitbucket repository.
- 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
- 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
- Updated installer not allow updates if bash-snippets was installed through package manager
- 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
- Added todo component
- Forcing ytview to search in english
- Added siteciphers component
- Crypt was still using only curl to get tags for update
- 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