Nautilus-Actions

  Nautilus-actions is an extension for Nautilus file manager which
  allows the user to add arbitrary program to be launched through the
  Nautilus file manager popup menu of selected files.

Nautilus-Actions components.

  Nautilus-Actions has three sort of components:

  - A user interface, nautilus-actions-config-tool (NACT), which let you
    manage your actions. With NACT, you will able to create, modify and
    delete actions, to define menus and submenus, to order and reorder
    items.
    Import/export functions are also managed via NACT.

  - Nautilus extensions as dynamically loadable plugins. These extensions
    are automatically loaded by Nautilus when it starts. For now, two
    extensions are provided:
    . a plugin which takes care of displaying actions in Nautilus context
      menu
    . a plugin which tracks the current Nautilus selection, and send it
      in response to a DBus request. 

  - Command-line utilities:
    . nautilus-actions-new lets you create new actions from the command-line.
    . nautilus-actions-schemas prints the full GConf schema on stdout.
    . nautilus-actions-run lets you execute a predefined action, taking
      into account the current Nautilus selection via a DBus call to the
      tracker plugin.

Nautilus-Actions plugins.

  I/O Providers.

    Nautilus-Actions itself uses plugins to load menus and actions from
    the storage space. These plugins are installed in PKGLIBDIR, usually
    something as /usr/lib/nautilus-actions/.
