Commit Graph

422 Commits

Author SHA1 Message Date
Alex Epstein c9cb13e5f1 Adding bash-snippets gui to install and uninstall 2018-02-23 23:38:10 -05:00
Alex Epstein 7d23fef865 Finalizing bash-snippets gui 2018-02-23 23:37:52 -05:00
Alex Epstein 3ddb9a0aa9 Completed initial version of bash-snippets script 2018-02-21 22:08:05 -05:00
Navan Chauhan b1e586528d Created main Control (#159)
* Created main Control

I'm working on a menu for update and remove too

* Update bash-snippets.sh
2018-01-27 19:23:03 -05:00
Alex Epstein 2bdf1248ff Fixing url shortner
Was setting newURL incorrectly
2018-01-04 12:24:39 -05:00
Alex Epstein faa5af433e Adding apt install, update and uninstall to readme 2018-01-04 12:17:13 -05:00
Alex Epstein f43d4fa54a Fixing old functionality for cryptocurrency 2018-01-03 09:26:04 -05:00
Alex Epstein a8300df843 Updating to 1.21.0 2018-01-02 19:31:04 -05:00
Alex Epstein c60f888b32 Fixing issue where weather would not find the location
In a state such as conencticut with a shortned name CT it doesnt work to grab the first two letters CO.
2018-01-02 19:20:26 -05:00
Alex Epstein 0e24bf81f0 Replacing donation addresses with new ones 2017-12-22 23:54:19 -05:00
Alex Epstein ac76f298db Updating cryptocurrency to use rate.sx 2017-12-20 14:36:28 -05:00
Alex Epstein 52d1d022a6 Adding pwned to manpage and other fixes 2017-12-20 14:11:55 -05:00
Alex Epstein d1b4c46491 Adding one time file transfer 2017-12-20 14:10:58 -05:00
Aaditya Naik 313594066a Added the option to decode a QR code (#154)
* Fixed support for single-word strings

Earlier Qrify didn't work for strings of single words (even URLs)

* Added functionality to store the qr code as a .png file

* Fixed issues with the -f option in the getopts block
Removed the fileValidation function

* Enabled URL encoding for new line character for multiline messages
Only works in the -f option

* Update qrify

* Made a general knowledge based quiz

* removed file gkquiz from master branch

* Added the file extension detection using grep

* Added option to accept QR code as a PNG/GIF/JP(E)G file and decode it

* Updated usage

* Removed function syntax, indented stuff

* Add files via upload
2017-12-16 09:52:02 -05:00
Reto Kromer d861b1ad15 Use unset (#155) 2017-12-15 14:33:53 -05:00
Reto Kromer 39417507a3 Use unset (#156) 2017-12-15 14:32:03 -05:00
Alex Epstein 7e47776b6a Added pwned to install and uninstall 2017-12-12 11:19:04 -05:00
Aaditya Naik 228893ccbd The file extension .png will be added only if the file has extensions other than .png or .PNG (#150) 2017-12-12 11:16:10 -05:00
Navan Chauhan 103040f2fb Create pwned (#153) 2017-12-12 11:14:55 -05:00
Alex Epstein 47e91be373 Fixing locale error by defaulting to en 2017-11-25 12:32:37 -05:00
Alex Epstein 98c6210d06 Fixing weather grabbing initials for states with two words 2017-11-25 12:29:31 -05:00
Navan Chauhan aec1a885ae Added meme's api (#143) 2017-11-09 12:00:32 -05:00
Alex Epstein cd9cce5913 Fixing stocks exchange name and picture 2017-11-09 11:59:42 -05:00
Alex Epstein 035d38a416 Updating to 1.20.0 2017-11-09 09:53:55 -05:00
Alex Epstein 0305fee356 Getting ready for 1.20.0 update 2017-11-09 09:42:55 -05:00
Aaditya Naik f00f719c19 Added functionality to save the qr code as an image (.png) file (#136)
* Fixed support for single-word strings

Earlier Qrify didn't work for strings of single words (even URLs)

* Added functionality to store the qr code as a .png file

* Fixed issues with the -f option in the getopts block
Removed the fileValidation function

* Enabled URL encoding for new line character for multiline messages
Only works in the -f option

* Update qrify
2017-11-09 09:13:49 -05:00
Alex Epstein bc07222cd0 Implemented the shorten URL 2017-11-09 08:58:30 -05:00
Alex Epstein d8a7d8bb09 Bringing back stocks tests 2017-11-09 08:52:59 -05:00
Navan Chauhan 41abb086a5 Fixed stocks api (#139)
Changed the api to iextrading.com
2017-11-09 08:52:27 -05:00
Navan Chauhan 1fa95b90cb corrected the my github url (#138)
Corrected my GitHub URL
2017-11-09 08:46:03 -05:00
Alex Epstein 518acb2ab1
Adding meme component and shorten url functionality (#137) 2017-11-08 08:40:32 -05:00
Aaditya Naik 5e24405907 Fixed support for single-word strings (#134)
Earlier Qrify didn't work for strings of single words (even URLs)
2017-11-06 11:06:02 -05:00
Alex Epstein b4141ece77 Brining back lyrics tool, removing test for stocks until fixed 2017-11-05 14:24:19 -05:00
Joss Brown 9b850bea9e Added mdfind & graceful exit to ytview (#130) 2017-10-29 11:04:18 -04:00
Alex Epstein f26fa4c327 Allowing osx failures for CI
Running into ruby version error, so the osx tests never even get to run, thiss will stay this way until I can fix this issue
2017-10-14 04:05:21 -04:00
Alex Epstein 2f32e9d34e Removing lyrics description 2017-10-13 11:25:31 -04:00
Alex Epstein 895ed2918d Fixing syntax error in ytview 2017-10-12 18:41:09 -04:00
Alex Epstein d684fdf685 Updating to 1.19.2 2017-10-12 18:32:18 -04:00
Joss Brown 3e543e6b11 Update ytview (#127)
added: (1.a) `mpv` (command) ; (1.b) MPV (.app) ; (2) $HOME/Applications directory path for both VLC & mpv (should actually be the default Applications directory for drag & drop installations)
2017-10-12 08:53:15 -04:00
Reto Kromer c0ed6fd8a1 Spacing fixes (#126) 2017-10-02 21:33:30 -04:00
Alex Epstein 8420722cca Changing image height 2017-09-05 09:50:13 -04:00
Alex Epstein dd260be68f Only homebrew and git 2017-08-30 22:52:40 -04:00
Alex Epstein 3c4461d103 Updating to 1.19.1 2017-08-30 02:12:13 -04:00
Alex Epstein 608cab1f3d Fixing bc error in todo 2017-08-29 04:17:26 -04:00
Alex Epstein 566cf8c810 Changing api endpoint for short 2017-08-26 21:30:34 -04:00
Gabriel Lundgren 51caa49c48 Adding lyrics api to README (#121) 2017-08-21 11:59:39 -04:00
Alex Epstein 83a687d06d Adding lyrics to README 2017-08-20 14:01:34 -04:00
Alex Epstein bebc4eb819 Updating to 1.19.0 2017-08-20 13:55:00 -04:00
Alex Epstein ddb840621d Updating lyrics to work with filepaths, adding tests for lyrics 2017-08-20 13:44:42 -04:00
Alex Epstein 38d27ac0b2 Fixing bug in skeleton 2017-08-20 13:44:15 -04:00