Skip navigation.
Home
A Lump in the World Wide Soup

Nautilus-actions

We need you !

Nautilus-actions

Yes, you can help Nautilus-Actions.

Latest 2.30.0 version let the user freely display or not toolbars.

But toolbars only contains items which have a icon, because :

  1. a toolbar item without an icon is a bit sad ; more, it is incompatible with Gnome HIG
  2. I am a very bad icon designer

You can help us by designing some icons for menu items which don't have one yet.

Each new item with an icon means a new item available in its toolbar.

With enough available items, we will add a user preference to let the user exactly choose which item he/she wishes see in its toolbars.

Your work will be of course copyrighted (see About box, Artists tab), but you have to put it under one free licence (CC is the most common for this type of work).

Thanks in advance for all the community users.

Nautilus Actions : What's this ?

What's this ?

Note: Updated for version 0.99.

Presentation

Nautilus-actions is an extensions for nautilus which allow to add arbitrary program to launch through the nautilus popup menu of selected files.

Each time you right-click on one or several selected files in nautilus, nautilus-actions will look at its configured actions to see if a program has been setup for this selection. If it is the case, it will add an item in the menu that allow you to execute the program on the selected files.

This extentions is highly inspired from nautilus-sendto extentions from Roberto Majadas.

Nautilus-actions is released under the GPL License

Features

The aim of Nautilus-actions is to be very flexible and to adapt to the most common situation.

Nautilus-actions doesn't provide any config by default except an item to configure your actions. Its configuration is stored into GConf since v0.99, so it offers the possibility for other software that manage files to add their configs into the Nautilus-actions GConf entry and automagically integrates smoothly to nautilus without any additional code. It is also possible to import a foreign config, downloaded over the Net for example, into Nautilus-actions throught NACT, its configuration tool.

The config has three main parts :

The item menu configuration
This part define the label, the tooltip and the icon of the Nautilus' menu item when it appears
The command configuration
In this part, you define the command to launch (eg. /usr/bin/gnome-terminal) and the parameters. In the parameters, you have the possibility to add informations from Nautilus throught the use of simple tokens (eg. %f add the currently selected file, %d the current directory, etc.)
The selection test configuration
This is the most important part. This is a series of test that will be used on the selected files to determine if the menu item should appear or not. You can define a file pattern to match the selected files with jokers *?. You can defines if you want only files, only folders or both. You can define if you want to launch your program on local files, FTP files, SSH files, etc.

The config files can be stored in an GConf schemas description file easily generated with the "Export" option of NACT so you can easily shared them with your friends. NACT is the the GUI that allow you to create very easily any kind of custom actions. You can see what it looks like in the Screenshots section.

Project : Nautilus Actions

Overview

Nautilus actions is an extension for Nautilus, the gnome file manager. It allow to configure program to be launch on files selected into Nautilus interface.

Nautilus Actions : Tutorials

Tutorials

Here is a list of tutorials that will present how to use and configure nautilus-actions :

Note: You can also find some useful tutorials or other examples in the External Resources page

Nautilus-Actions 2.99.5 is out!

Nautilus-actions

Hi everybody,

We are pleased to announce the latest unstable release of Nautilus-Actions! This is the sixth one of the future 3.0 serie.

What is new in this release ?

This is a bugfix of previous 2.99.4.

Bug fixes

  • Do not try to build nautilus menu when no info is available.

Note that due to the renaming of some parameters, actions or menus created / updated with this version may not be usable with 2.30.x serie and previous.

Nautilus-Actions 2.99.5 is available for download at

    sha1sum: cb1a5a631d6f387d6dbeb92ba6adb064ed3eb65e
     md5sum: f01816c07dfb7f7f8f77b3925b1e9e70
Home page is here: http://www.nautilus-actions.org

Nautilus-Actions 2.99.3 is out !

Nautilus-actions

Hi everybody,

We are pleased to announce the latest unstable release of Nautilus-Actions! This is the fourth one of the future 3.0 serie.

What is new in this release ?

This is a bugfix of previous 2.99.2. Thanks to Götz Waschk for his report.

Bug fixes

  • Fix #627021 reported by Götz Waschk (uninitialized variable in na-icontext.c).
  • Fix manuals cleanup in Makefile.

Note that due to the renaming of some parameters, actions or menus created / updated with this version may not be compatible with 2.30.x serie and previous.

Nautilus-Actions 2.99.2 third unstable is here!

Nautilus-actions

Hi everybody,

We are pleased to announce the latest unstable release of Nautilus-Actions! This is the third one of the future 3.0 serie.

What is new in this release ?

This release includes some enhancements on NACT user's manual, but this is rather a bug fixes.

Bug fixes

  • Converts v2 %f parameter to v3 %b.
  • Fix Makefile.am's to make distcheck.
  • Fix writing of locales to .desktop files.
  • No more consider profile name as mandatory.
  • Allow the writing of empty data.
  • Let the UI immediately reacts when the status of an I/O provider changes.
  • Data for a read-only item is no more modifiable.
  • Fix XML import of localized vs. unlocalized old data.
  • Fix 'parent is not an action' error on XML import.
  • Fix sensitivy of startup fields vs. execution mode.
  • Fix incorrect handling of list conditions.
  • Fix incorrect setting of icon path in GConf.
  • Fix regression when displaying a path-based icon.

New and updated translations

  • de (Mario Blättermann)
  • sl (Matej Urbančič, Andrej Žnidaršič)
  • sv (Daniel Nylander)

Note that due to the renaming of some parameters, actions or menus created / updated with this version may not be compatible with 2.30.x serie and previous.

Nautilus-Actions 2.99.1 is out

Nautilus-actions

Hi everybody,

We are pleased to announce the latest unstable release of Nautilus-Actions! This is the second one of the future 3.0 serie.

What is new in this release ?

This release includes some enhancements:

  • NACT now implements an autosave feature
  • A user's manual is provided

New parameters have been introduced:

  • %m: (first) mimetype
  • %M: space-separated list of mimetypes

Bug fixes

  • Implement multiple execution
  • Implement all filter conditions
  • Fix a crash when defining a positive assertion
  • Fix wrong insertion of an action or a menu inside an action
  • Fix capabilities frame title consistency
  • Fix bad reinitialization of the icon item

New and updated translations

  • de (Mario Blättermann, Christian Kirbach)
  • es (Jorge González)
  • sl (Andrej Žnidaršič, Matej Urbančič)

Note that due to the renaming of some parameters, actions or menus created / updated with this version may not be compatible with 2.30.x serie and previous.

Nautilus-Actions 2.99.0 is out

Nautilus-actions

Hi everybody,

We are pleased to announce the latest unstable release of Nautilus-Actions!
This is the first one of the future 3.0 serie.

What is new in this release ?

This release includes major enhancements.

It implements the .desktop file specifications as described at http://www.nautilus-actions.org/?q=node/377; this new storage format is shareable with most common willing-to desktop environments (KDE, XFCE, etc.)

New properties have been implemented, both in GConf and .desktop files:

Nautilus-Actions 2.30.3 is out

Nautilus-actions

We are pleased to announce the latest stable release of Nautilus-Actions.

What is new in this release ?

This is mainly a bugfix of the previous 2.30.2.

The full NEWS file is available here..

Availability

Nautilus-Actions 2.30.3 is available for download at:

    sha1sum: 2c719fbc9138ef682da2759aea335546802a5a6f
     md5sum: 231076d194e5d31b3f4dc2ad741303d9

Home page is here: http://www.nautilus-actions.org.

XML feed