Skip to content

Commit

Permalink
Merge pull request #75 from janmaghuyop/youtube-search
Browse files Browse the repository at this point in the history
Added Youtube search script
  • Loading branch information
codeThatThinks committed Jul 20, 2015
2 parents 4b6cdf5 + d1d9c45 commit 955bdf5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,8 @@ ScriptAddress={home}/.config/Mutate/scripts/google_maps_search/google_maps_searc
IconAddress={home}/.config/Mutate/scripts/google_maps_search/google_maps.png
HotKey=
Argument=need
[youtube]
ScriptAddress={home}/.config/Mutate/scripts/youtube/youtube_search.sh
IconAddress={home}/.config/Mutate/scripts/youtube/youtube.png
HotKey=
Argument=need
Binary file added config/scripts/youtube/youtube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions config/scripts/youtube/youtube_search.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
echo [$@]
echo "command=xdg-open \"https://www.youtube.com/results?search_query=$@\""
echo "icon="
echo "subtext=Search on Youtube for $@"

0 comments on commit 955bdf5

Please sign in to comment.