2
0
mirror of https://github.com/alexanderepstein/Bash-Snippets synced 2018-11-08 02:59:35 +01:00
Commit Graph

320 Commits

Author SHA1 Message Date
Alex Epstein
ab4e652d61 Adding extras section
Adding section for tools that didnt make it to the main pipeline for reasons but are still functional and useful.
2017-07-10 21:19:54 -04:00
Alex Epstein
05cd4dadf3 Fixing distance calculation issues 2017-07-10 20:41:43 -04:00
Alex Epstein
79bed61d70 Almost finalizing functionality on maps
Still missing help section and comments in the code
2017-07-10 19:23:03 -04:00
Alex Epstein
de5ae91b13 Removing python from maps 2017-07-10 18:08:40 -04:00
Alex Epstein
c17839f558 Added ability to grab static map of location and route map of route 2017-07-10 17:03:02 -04:00
Alex Epstein
684a962eb3 Adding base test for crypt 2017-07-10 16:09:58 -04:00
Alex Epstein
ae14194e74 Adding maps component with base functionality 2017-07-10 10:46:08 -04:00
Alex Epstein
6ecdf11dd6 Adding more functionality tests 2017-07-09 17:46:48 -04:00
Alex Epstein
82d6d05405 Adding Travis CI Build Status to README 2017-07-09 02:05:45 -04:00
Alex Epstein
1901224d86 Adding base tests for all scripts (#44) 2017-07-09 02:02:30 -04:00
Alex Epstein
a5f3f076ec Removing individual uninstall from readme 2017-07-08 14:50:53 -04:00
Alex Epstein
36dabd4ee7 Adding homebrew cask install, uninstall and update to README 2017-07-08 14:49:50 -04:00
Alex Epstein
0344d2d231 Updating to 1.11.0 2017-07-08 03:13:36 -04:00
Alex Epstein
4490c2cdeb Partially commenting cheat 2017-07-08 03:09:39 -04:00
Alex Epstein
998fc15b0e Adding manpage 2017-07-08 02:58:44 -04:00
Alex Epstein
5d11d29fb2 Better help sections for each tool 2017-07-08 02:23:49 -04:00
Alex Epstein
b4533d163f Making it easier to add new tools to installer and uninstaller
Just add the title of the tool to the array tools in install.sh and uninstall.sh
2017-07-07 17:06:51 -04:00
Alex Epstein
79272a58e7 Optimizing install and uninstall script 2017-07-07 09:21:06 -04:00
Alex Epstein
8bf97b8382 Partially commenting qrify 2017-07-06 20:45:59 -04:00
Alex Epstein
7656e970de Getting rid of redundant code in install and unisntall 2017-07-06 20:45:32 -04:00
Alex Epstein
e952b32fdc Commenting cloudup 2017-07-06 00:36:46 -04:00
Alex Epstein
62004abe3e Optimizing the crypt script 2017-07-05 22:46:27 -04:00
Alex Epstein
3c2c3a25fd Better readme 2017-07-05 22:25:49 -04:00
Alex Epstein
cdc37b51ca Better issue template 2017-07-05 22:18:57 -04:00
Alex Epstein
a04747a9d2 Updating qrify picture 2017-07-05 21:19:43 -04:00
Alex Epstein
df7faba306 Updating to 1.10.1 2017-07-05 20:22:55 -04:00
Alex Epstein
7e5b603159 Removing fetch from httpGet in qrify 2017-07-05 20:11:03 -04:00
Alex Epstein
dac8be875b No need to copy repo after cloning just switch remote url 2017-07-05 20:05:27 -04:00
Alex Epstein
a67b33d3f7 All option is now working and now retaining git history 2017-07-05 20:02:19 -04:00
Alex Epstein
c1af14ff1f Got all repostitory names from github 2017-07-05 17:40:23 -04:00
Linyos Torovoltos
dda79ca840 Fixed bug (#40)
Bug that wouldn't allow for more than one space in qrify
2017-07-05 15:48:24 -04:00
Alex Epstein
bc83294d14 Fixing 2017-07-05 13:21:31 -04:00
Alex Epstein
c576f4681c Updating to 1.10.0 2017-07-05 13:16:38 -04:00
Alex Epstein
01c9286d6e Getting ready for 1.10.0 2017-07-05 13:12:40 -04:00
Alex Epstein
62d94d5a3a Adding qrify to the installer and uninstaller pipeline 2017-07-05 13:00:17 -04:00
Alex Epstein
c813596481 Adding update, bulding framework for multiline 2017-07-05 12:52:58 -04:00
Linyos Torovoltos
1380d69c47 Added requested qrify script (#39)
* Added qrify script
2017-07-05 12:25:55 -04:00
Alex Epstein
8703967165 Fixing python bug in OSX 2017-07-05 10:37:25 -04:00
Alex Epstein
114a734c92 Sourcing .bash_profile not .bashrc 2017-07-05 10:23:55 -04:00
Charles Arnaudo
0e70ea9e95 Removed duplicate checkInternet() func in ytview (#37) 2017-07-05 10:11:50 -04:00
Alex Epstein
e1c89005fd Fixing bug in taste where it was grabbing the -i option as input 2017-07-04 14:41:01 -04:00
Alex Epstein
bfd563542a Moving poll to bottom 2017-07-04 11:41:52 -04:00
Alex Epstein
f041ff28c6 Update README.md 2017-07-04 11:37:53 -04:00
Alex Epstein
69466559dc Preventing all erros in python calls in movies 2017-07-04 10:03:44 -04:00
Alex Epstein
2d9037c1a2 Getting configured client at the top 2017-07-04 09:39:09 -04:00
Alex Epstein
ff7a234406 Updating to 1.9.0 2017-07-04 09:36:49 -04:00
Alex Epstein
0fde9f7999 Adding cloudup image 2017-07-04 09:29:15 -04:00
Alex Epstein
fdbf7f91da Give more progress text 2017-07-04 09:24:06 -04:00
Alex Epstein
b1c3402789 Adding install and uninstall pipeline to cloudup 2017-07-04 09:04:37 -04:00
Linyos Torovoltos
d9fed02bbf ytview bug fix (#33)
* Fixed ytview bug

* Cleaned up some code
2017-07-04 08:47:27 -04:00