Pre-release version bump
[nautilus-actions.git] / README
blob77d6a564000c6bf89e802228335af09821b2952f
1 Nautilus-Actions
3   Nautilus-actions is an extension for Nautilus file manager which
4   allows the user to add arbitrary program to be launched through the
5   Nautilus file manager popup menu of selected files.
7 Nautilus-Actions components.
9   Nautilus-Actions has three sort of components:
11   - A user interface, nautilus-actions-config-tool (NACT), which let you
12     manage your actions. With NACT, you will able to create, modify and
13     delete actions, to define menus and submenus, to order and reorder
14     items.
15     Import/export functions are also managed via NACT.
17   - Nautilus extensions as dynamically loadable plugins. These extensions
18     are automatically loaded by Nautilus when it starts. For now, two
19     extensions are provided:
20     . a plugin which takes care of displaying actions in Nautilus context
21       menu
22     . a plugin which tracks the current Nautilus selection, and send it
23       in response to a DBus request. 
25   - Command-line utilities:
26     . nautilus-actions-new lets you create new actions from the command-line.
27     . nautilus-actions-schemas prints the full GConf schema on stdout.
28     . nautilus-actions-run lets you execute a predefined action, taking
29       into account the current Nautilus selection via a DBus call to the
30       tracker plugin.
32 Nautilus-Actions plugins.
34   I/O Providers.
36     Nautilus-Actions itself uses plugins to load menus and actions from
37     the storage space. These plugins are installed in PKGLIBDIR, usually
38     something as /usr/lib/nautilus-actions/.