94
edits
m (→Tools) |
Abimanyuraja (talk | contribs) (Added interesting commands section to encourage better command development) |
||
Line 2: | Line 2: | ||
Back to [[Labs/Ubiquity]]. | Back to [[Labs/Ubiquity]]. | ||
==Interesting Commands == | |||
These commands are either extremely useful to everyone or they push the boundaries of what Ubiquity can do. | |||
* Search the Herd for new Ubiquity commands directly using Ubiquity without having to physically navigate to the site. | |||
* Commands for all of the menu items (so that I never have to reach for the mouse to menu again). Sandro mentioned this recently. | |||
* Program launcher (When in Chrome, JS can launch other applications) | |||
* Upload code to pastebin (useful for sharing commands from the command-editor) | |||
* Integration with webchuck extension (with the ability to view webchunks in the preview). | |||
* BlueOrganizer (be inspired by this addon and it's somewhat semantic knowledge) | |||
==Search Commands== | ==Search Commands== | ||
Line 17: | Line 28: | ||
* One command should be able to launch several searches on different sites in different tabs. It worked before, with several Utils.openUrlInBrowser's, but 0.1.1 broke it. | * One command should be able to launch several searches on different sites in different tabs. It worked before, with several Utils.openUrlInBrowser's, but 0.1.1 broke it. | ||
* Froogle search ([http://stanford.edu/~marce110/verbs/froogle-search.html This] works pretty well for now, but it's messy and would break if Google changed the format of the search results.) | * Froogle search ([http://stanford.edu/~marce110/verbs/froogle-search.html This] works pretty well for now, but it's messy and would break if Google changed the format of the search results.) | ||
==Program Integration== | ==Program Integration== | ||
* Goto command for navigating the web quick and easy but I want it in the core. | * Goto command for navigating the web quick and easy but I want it in the core. | ||
* Search command (allows you to search for text in any open tab, and then navigate you there) | * Search command (allows you to search for text in any open tab, and then navigate you there) | ||
* Flock stuff (be inspired by whatever seems to be actually useful in Flock) | * Flock stuff (be inspired by whatever seems to be actually useful in Flock) | ||
** Especially nice if it could integrate with existing application launchers (ie: Quicksilver, Launchy, etc) | ** Especially nice if it could integrate with existing application launchers (ie: Quicksilver, Launchy, etc) | ||
* Ability to take snapshots of the current window | * Ability to take snapshots of the current window |
edits