Bookmarks

Name Remove URL

Commands

Name Usage
add
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
date

	Display the current date and time
	
help
help

	Display general helpful information
	
list
list

	Lists all available commands.
	
ping
ping

	Responds with "pong <ts>" where ts is the current UNIX timestamp.
	
remove
remove [name]

	Removes an existing bookmark with the given name. For example:

	remove imdb

	Will remove the existing command called 'imdb'.
	
time
time

	Display the current time