GnomeDo

Differences between revisions 2 and 17 (spanning 15 versions)
Revision 2 as of 2007-12-19 16:01:04
Size: 1114
Editor: c-68-42-84-176
Comment:
Revision 17 as of 2008-03-15 17:32:00
Size: 3241
Editor: unknown
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
GNOME Do allows you to quickly search for many objects present in your GNOME desktop environment (applications, Evolution contacts, Firefox bookmarks, files, artists and albums in Rhythmbox, Pidgin buddies) and perform commonly used commands on those objects (Run, Open, Email, Chat, Play, etc.). http://do.davebsd.com/images/gnome-do-blue.png
Line 7: Line 7:
The project website is here: http://do.davebsd.com/ GNOME Do allows you to quickly search for many items present in your GNOME desktop environment (applications, Evolution contacts, Firefox bookmarks, files, artists and albums in Rhythmbox, Pidgin buddies) and perform commonly used actions on those objects (Run, Open, Email, Chat, Play, etc.).
Line 9: Line 9:
The launchpad website is here: https://launchpad.net/gc/

A video explaining how Do works: http://video.google.com/videoplay?docid=-9110909248380195562&hl=en
  * Main website: http://do.davebsd.com/
  * Launchpad website: https://launchpad.net/do/
  * Bugs: https://bugs.launchpad.net/do/
  * Questions: https://answers.launchpad.net/do/
  * Mailing List: http://groups.google.com/group/gnome-do
  * Video tutorial: http://video.google.com/videoplay?docid=-9110909248380195562&hl=en
Line 15: Line 18:
= Topics = = Formal Project Summary =
The typical computer user interacts with a number of different resources and
programs on her computer, all of which are accessed by disparate means,
including menus, location bars, icons, shortcut keys, etc. We plan to consolidate
these interfaces by creating an application that indexes items in the user's desktop
environment (documents, contacts, bookmarks, applications, multimedia, etc.)
and lets the user search through these items and manipulate these items with
commonly performed actions (open, run, email, chat, etc.). Our goals are to
optimize our indexing techniques for instantaneous search using, among other
techniques, information about items considered as members of type “ontologies”
and as individual entities.
Line 17: Line 30:
 * [:GnomeDo:Installation]
 * [:GnomeDo:Extensions]
 * [:GnomeDo:Development]
Experienced computer users frequently utilize keyboard-driven interfaces such as
shortcut keys and command terminals to perform common tasks quickly. Keyboard-driven
interfaces such as these allow the user to execute more complex or precise actions more rapidly;
however, these interfaces tend to confuse inexperienced users due to poor graphical
representations of items—sometimes there is no visual interface, as in the case of shortcut keys.
These interfaces also intimidate and alienate novice users due to unfamiliar item identifiers—for
example, the shortcut for “paste” is Control-V, and the command-line program to “delete” or
“trash” an item is rm.
Line 21: Line 39:
= Helping out =
We'd love feedback, bug reports, and questions. Please use the launchpad interface for submitting these.

URLs:
  * bugs: https://bugs.launchpad.net/gc/
  * questions: https://answers.launchpad.net/gc/
  * discussions/mailing list: http://groups.google.com/group/gnome-do
Our intent is to create an interface that takes advantage of the precision and
expressiveness of the keyboard, but is intuitive enough to appeal to novice users, while still
remaining powerful enough to appeal to advanced users. We plan to consolidate the disparate
interfaces previously mentioned into a single, unified, search-driven interface by creating an
application that indexes the items found in one's desktop environment, including documents,
contacts, bookmarks, applications, notes, multimedia, etc. We will then present graphical
representations of these items to the user, allowing one to search through and interact with these
items. Principle technical challenges facing this project include indexing and seemingly instant
searching of items in a user's desktop environment, and implementing appropriate techniques for
dealing with items of changing relevancy to the user.

Include(GnomeDo/Header)

Introduction

http://do.davebsd.com/images/gnome-do-blue.png

GNOME Do allows you to quickly search for many items present in your GNOME desktop environment (applications, Evolution contacts, Firefox bookmarks, files, artists and albums in Rhythmbox, Pidgin buddies) and perform commonly used actions on those objects (Run, Open, Email, Chat, Play, etc.).

GNOME Do is inspired by Quicksilver (http://quicksilver.blacktree.com) and GNOME Launch Box (http://developer.imendio.com/projects/gnome-launch-box).

Formal Project Summary

The typical computer user interacts with a number of different resources and programs on her computer, all of which are accessed by disparate means, including menus, location bars, icons, shortcut keys, etc. We plan to consolidate these interfaces by creating an application that indexes items in the user's desktop environment (documents, contacts, bookmarks, applications, multimedia, etc.) and lets the user search through these items and manipulate these items with commonly performed actions (open, run, email, chat, etc.). Our goals are to optimize our indexing techniques for instantaneous search using, among other techniques, information about items considered as members of type “ontologies” and as individual entities.

Experienced computer users frequently utilize keyboard-driven interfaces such as shortcut keys and command terminals to perform common tasks quickly. Keyboard-driven interfaces such as these allow the user to execute more complex or precise actions more rapidly; however, these interfaces tend to confuse inexperienced users due to poor graphical representations of items—sometimes there is no visual interface, as in the case of shortcut keys. These interfaces also intimidate and alienate novice users due to unfamiliar item identifiers—for example, the shortcut for “paste” is Control-V, and the command-line program to “delete” or “trash” an item is rm.

Our intent is to create an interface that takes advantage of the precision and expressiveness of the keyboard, but is intuitive enough to appeal to novice users, while still remaining powerful enough to appeal to advanced users. We plan to consolidate the disparate interfaces previously mentioned into a single, unified, search-driven interface by creating an application that indexes the items found in one's desktop environment, including documents, contacts, bookmarks, applications, notes, multimedia, etc. We will then present graphical representations of these items to the user, allowing one to search through and interact with these items. Principle technical challenges facing this project include indexing and seemingly instant searching of items in a user's desktop environment, and implementing appropriate techniques for dealing with items of changing relevancy to the user.