Skip to content

Commit

Permalink
feat: Youtube Music
Browse files Browse the repository at this point in the history
  • Loading branch information
leoshimo committed Aug 7, 2024
1 parent 2ab6ee9 commit 25d4d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/vrsjmp.ll
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
(list 'open_url (format "http://google.com/search?q={}" query)))
(make_item "Search Maps"
(list 'open_maps_search query))
(make_item "Search YT Music"
(list 'open_url (format "http://music.youtube.com/search?q={}" query)))
(make_item "Add Task"
(list 'add_todo query))
(make_item "Open App"
Expand Down

0 comments on commit 25d4d50

Please sign in to comment.