Commit Graph

46 Commits

Author SHA1 Message Date
Alex Epstein 9d66388cd2 Adding support for httpie 😄 2017-07-31 23:42:48 -04:00
Alex Epstein 0b5bbeda79 Updating to 1.16.2 2017-07-30 13:32:35 -04:00
Alex Epstein 184d762310 Updating to 1.16.1 2017-07-29 20:01:46 -04:00
Alex Epstein 621274906a Updating to 1.16.0 2017-07-27 21:19:16 -04:00
Reto Kromer 17dedf4033 Stylistic changes to ytview (#107) 2017-07-27 08:12:14 -04:00
Alex Epstein 4d492634bb Updating to 1.15.2 2017-07-26 15:54:15 -04:00
Alex Epstein b0cf4d064e Updating to 1.15.1 2017-07-26 11:28:20 -04:00
Alex Epstein 6984907b60 Updating to 1.15.0 2017-07-25 19:47:57 -04:00
Alex Epstein cf41151e09 Updating to 1.14.3 2017-07-24 15:37:40 -04:00
Alex Epstein b43459ab3f Updating to 1.14.2 2017-07-22 10:04:06 -04:00
Alex Epstein 6c254d0826 Updating to 1.14.1 2017-07-22 09:39:38 -04:00
Alex Epstein 982ef37299 Updating to 1.14.0 2017-07-22 07:25:20 -04:00
Máté Hajzsó bcdfd26421 Changes shebang to /usr/bin/env bash for better compatibility (#84) 2017-07-21 00:16:52 -04:00
Alex Epstein c84ecbfb52 Updating to 1.13.2 2017-07-18 19:41:31 -04:00
Alex Epstein a3bd582d89 Updating to 1.13.1 2017-07-18 15:00:51 -04:00
Alexey Melezhik 8189ddc335 Update Sparrow plugins documentation, added examples of how to run (part2) (#78) 2017-07-17 13:42:32 -04:00
Alex Epstein 3fa23e467f Updating to 1.13.0 2017-07-15 21:22:50 -04:00
Alexey Melezhik 5587319b33 generate Sparrow wrappers for BashSnippets scripts (#47) 2017-07-15 13:27:36 -04:00
oolongmen 4b6eff6a34 ytview add hl=en to query so response is in english (#69) 2017-07-15 13:25:14 -04:00
Alex Epstein 39e103726a Updating to 1.12.0 2017-07-15 12:37:07 -04:00
Alex Epstein 23183b01f8 Updating to 1.11.2 2017-07-14 15:57:05 -04:00
Alex Epstein 84716fefb9 Quoting httpGet in ytview (no need to escape url) 2017-07-14 15:09:12 -04:00
Alex Epstein 29ab12cd0e Improving checkInternet to support proxies 2017-07-14 13:29:47 -04:00
Alex Epstein f91f6ce33f Updating to 1.11.1 2017-07-13 20:46:05 -04:00
Alex Epstein f54b1a2ac5 Handing &39; and & in ytview 2017-07-13 20:24:12 -04:00
Linyos Torovoltos 45ec50e5c0 Still fixing ytview bug (again) (#51)
* Fixed it

* Fixed it
2017-07-13 18:13:53 -04:00
Linyos Torovoltos 94a0c9b2ae Fixing ytview bug #50 2017-07-13 13:17:15 -04:00
Alex Epstein 1901224d86 Adding base tests for all scripts (#44) 2017-07-09 02:02:30 -04:00
Alex Epstein 0344d2d231 Updating to 1.11.0 2017-07-08 03:13:36 -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 df7faba306 Updating to 1.10.1 2017-07-05 20:22:55 -04:00
Alex Epstein c576f4681c Updating to 1.10.0 2017-07-05 13:16:38 -04:00
Charles Arnaudo 0e70ea9e95 Removed duplicate checkInternet() func in ytview (#37) 2017-07-05 10:11:50 -04:00
Alex Epstein ff7a234406 Updating to 1.9.0 2017-07-04 09:36:49 -04:00
Linyos Torovoltos d9fed02bbf ytview bug fix (#33)
* Fixed ytview bug

* Cleaned up some code
2017-07-04 08:47:27 -04:00
Alex Epstein dba0625fac Updating screenshot 2017-07-03 20:34:59 -04:00
Alex Epstein 5f2482179f Adding script exit after successfull run 2017-07-03 20:31:48 -04:00
Alex Epstein 0b38f94cae Updating to 1.8.0 2017-07-03 20:22:07 -04:00
Alex Epstein e618777372 Adding ytview screenshot 2017-07-03 20:16:54 -04:00
Alex Epstein ad4276b47d Updating help in ytview 2017-07-03 20:10:53 -04:00
Alex Epstein 89b37e2296 Adding ytview installer and uninstaller pipeline 2017-07-03 20:09:22 -04:00
Alex Epstein 7317fbbe53 Title can have spaces in it now 2017-07-03 20:04:32 -04:00
Alex Epstein ca79fdcb83 better user interaction with tool 2017-07-03 18:55:22 -04:00
Alex Epstein eb7b5c2001 Adding multiple player support
Multi video player support. hhtpGet implemented. Add update option and function
2017-07-03 18:31:37 -04:00
Linyos Torovoltos bf27d72057 Youtube-Viewer (#26)
# Beta version of ytview

* Worked on some kinks, planning losing the lynx dependency

* Added unstable branch for curl

* Added install and uninstall scripts

* Added update scripts

* Merged branches

* Cleaned up a bit

* Added testing branch

* Made not player specific

* Updated README

* Update README.md

* Update README.md

* Added curl usability, but still very unstable and broken

* merged testing with unstable

* Finished curl youtubeviewer

* Added uninstall scripts

* Changed name, added a whole lot of stuff, made the requested fixes

* Fixed changes

* More changes

* removed bad folders

* Deleted testing and unstable

* Update install.sh

* Fixing install to line up with base repo

* Fixing uninstall to line up with base repo

* Fixing install to line up with base repo for v1.6.0

* Added search function

* Removed swp

* Removed more swp

* Update README.md

* Options must go in front of head command OSX

* Send the output of the player to null and run with &

* Fixing readme to align with basebranch

Removing ytview from readme until the component is complete

* Fixing readme to align with v1.6.0

* Adding back geo credit

* Fixing credit further

* Fixing readme to time of fork

* Still trying to fix conflict in readme

* Still...
2017-07-03 16:32:49 -04:00