This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
name: "bespin", | |
icon: "https://bespin.mozilla.com/favicon.ico", | |
homepage: "http://bespin.mozilla.com/", | |
author: {name: "Atul Varma", email: "[email protected]", | |
homepage: "http://www.toolness.com"}, | |
license: "MIT", | |
description: "Super-primitive Bespin integration.", | |
help: "You can run any Bespin command-line command via Ubiquity; just make sure you're on a tab with the Bespin editor when you use the command.", | |
takes: {"command": /.*/}, |