Skip to content

Instantly share code, notes, and snippets.

/* Updated for Ubiquity parser 2 */
CmdUtils.CreateCommand({
names: ["track-package", "track"],
author: {name: "Scott Hosfeld", email: "junk4hos+ubiquity@gmail.com"},
license: "GPL",
description: "Tracks packages via Fedex, UPS, USPS, DHL",
help: "Pass the tracking number along",
arguments: [{role:"object", nountype: noun_arb_text, label:"Tracking Number"}],
/* This is a template command. */
CmdUtils.CreateCommand({
names: ["new tab","new-tab"],
icon: "http://www.mozilla.com/favicon.ico",
description: "Opens the passed URL in a new tab",
help: "open-in-new-tab http://www.mozilla.com",
author: {name: "Scott Hosfeld", email: "junk4hos+ubiquity@gmail.com"},
license: "GPL",
homepage: "",
arguments: [{role: 'object', nountype: noun_arb_text, label:"url"}],