Scroll to navigation

nautilus-actions-new(1) General Commands Manual nautilus-actions-new(1)

NAME

nautilus-actions-new - create new nautilus actions

SYNOPSIS

nautilus-actions-new [OPTION]

DESCRIPTION

nautilus-actions-new creates new actions for the nautilus file manager non-interactively via the commandline. Action attributes are specified via command-line options.

By default, actions are written to STDOUT. However, they can also be written to a file suitable for later import via nautilus-actions-config-tool or you can even write the action directory to your GConf configuration for nautilus-actions

OPTIONS

Help options

-?, --help Show help options

Show all help options
Choose where the program creates the action

Action-creation options

-l, --label=LABEL The label of the menu item (mandatory)

The tooltip of the menu item
The icon of the menu item (filename or GTK stock ID)
The path of the command
The parameters of the command
A pattern to match selected files against. May include wildcards (* or ?) (you must set one option for each pattern you need)
The path of the command
A pattern to match selected files' mimetype against. May include wildcards (* or ?) (you must set one option for each pattern you need)
Set it if the selection must only contain files
Set it if the selection must only contain folders. Specify both '--isfile' and '--isdir' options is selection can contain both types of items
Set it if the selection can have several items
A valid GVFS scheme where the selected files should be located (you must set one option for each scheme you need)

BUGS

Please report bugs in nautilus-actions to <submit@bugs.debian.org>. The current bug list may be viewed at <http://bugs.debian.org/nautilus-actions>.

AUTHOR

nautilus-actions was written by Rodrigo Moya <rodrigo@novell.com>, Frederic Ruaudel <grumz@grumz.net>, Pierre Wieser <pwieser@trychlos.org>, and contributors.

This manual page was written by Christine Spang <christine@debian.org>, for the Debian project (but may be used by others).

LICENSING

Both the nautilus-actions source code and this man page are licensed under the GNU General Public License.

SEE ALSO

nautilus(1),nautilus-actions(1),nautilus-actions-schemas(1),
nautilus-actions-run(1) nautilus-actions-print(1)

2009-08-06 Debian GNU/Linux