Services menu
Encyclopedia : S : SE : SER : Services menu
Services menu (or simply Services) is a user interface element in a computer operating system. The services are programs that accept input from a clipboard, process it, and optionally put the result back in the clipboard. The concept originated in the NeXTSTEP operating system, from which it was carried over into Mac OS X. Similar features can be emulated on other operating systems.
Mac OS X
Apple advertises the Services menu in connection with other features of its operating system. For example, it's possible to desktop search for a piece of text by selecting it with the mouse and using the service from Spotlight. Other central services are Grab for taking screenshots, and the system spell checker.
Since many applications install their entries without asking the user, the OS X services menu tends to clog up with dozens of entries quickly. Most users only will ever use a small subset of the possible options, therefore customizing the menu makes it both faster and more pleasant to use.
Emulation
From the point of view of software, the Services menu is a means of inter-process communication. To the user, it is an interface for executing actions on selected data. The emulation of the Services menu is based on the fact that there are several ways this can achieved in an operating system. Even in Mac OS X, there is an alternative system called the context menu handler.
In the X Window System, any data selected in an application is available to all other programs. Thus the Services menu can be an application which retrieves the current selection, and lets the user choose an action. Missing is the part about returning the processed data back to the originating application. Instead, the service can open a new window to show the results.
References
- [Introduction to System Services] at Apple Developer Connection
External links
- [Services menu emulation]
- [Service Scrubber] OS X utility for customizing the services menu
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
