Name | URL |
---|---|
g |
https://www.google.com/search?q=%s&btnK |
gdef |
http://www.google.com/search?q=define%%3A+%s&hl=en&lr=&oi=definel&defl=all |
gh |
https://github.com/search?q=%s&ref=opensearch |
gim |
https://www.google.com/search?q=%s&um=1&ie=UTF-8&hl=en&tbm=isch |
gl |
https://www.google.com/search?q=%s&btnI |
gm |
http://maps.google.com/maps?q=%s |
go |
https://golang.org/search?q=%s |
imdb |
http://www.imdb.com/find?q=%s |
py |
https://docs.python.org/2/search.html?q=%s |
py3 |
https://docs.python.org/3/search.html?q=%s |
wp |
http://en.wikipedia.org/?search=%s |
yt |
http://www.youtube.com/results?search_type=search_videos&search_sort=relevance&search_query=%s&search=Search |
Name | Usage |
---|---|
|
add [name] [url] Adds a new bookmark with the given name that will redirect to the given url passing arguments as %s. For example: add g http://google.com/search?btnK&q=%s Will add a new command called 'g' which will redirect to Google's search passing in arguments as '%s' |
|
date Display the current date and time |
|
help Display general helpful information |
|
list Lists all available commands. |
|
ping Responds with "pong <ts>" where ts is the current UNIX timestamp. |
|
remove [name] Removes an existing bookmark with the given name. For example: remove imdb Will remove the existing command called 'imdb'. |
|
time Display the current time |