Introduction
============

This package provide some scripts for Nautilus, the Gnome file manager application.

Installing
==========

1. Use Python's setuptools_ to install the package::

     easy_install rbco.nautilusscripts
   
   This will install a set of scripts named ``nautilus_*`` into ``/usr/bin`` (or similar).

2. Run the ``rbco_nautilusscirpts_install`` script (also in ``/usr/bin``) to symlink the 
   ``nautilus_*`` scripts into the ``~/.gnome2/nautilus-scripts`` directory.
    
3. If the scripts doesn't show up in the ``Scripts`` context-menu then:
   
   - Open Nautilus.
   
   - Go to File -> Scripts -> Open Scrips Folder.
   
   - Visit each folder and reload its contents to show the scripts.
   
      
Available scripts
=================

After installing the following scripts will be available (by folder):

rename
------

- delete_first_n_chars
- remove_accentuation
- add_prefix
- replace
- delete
- lower_case_underscore
- unhide
- mp3
- add_suffix

fileinfo
--------

- filename_length
- real_path

misc
----

- change_owner_to_me
- backup: Copies FILE to FILE.bak . If FILE.bak exists then first moves FILE.bak to FILE.bak.1 .
- open_in_terminal
- open_real_path
- execute_custom_command



Changelog
=========

0.2 (2011-01-31)
----------------

- Added new renaming script: ``remove_accentuation``.
- Now depends on ``rbco.rename`` version ``>=0.3``. Previously was ``>=0.2``.


0.1 (2010-08-31)
----------------

- Initial release



.. References
   ==========
   
.. _setuptools: http://pypi.python.org/pypi/setuptools   


.. This README.txt file is generated by the ``generate_readme.py`` script. Do not modify it 
   directly.
