Metadata-Version: 1.0
Name: rbco.nautilusscripts
Version: 0.5
Summary: A set of scripts for Nautilus, the Gnome file manager application.
Home-page: UNKNOWN
Author: Rafael Oliveira
Author-email: rafaelbco@gmail.com
License: LGPL
Description: 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
        - id3
        - lower_case_underscore
        - unhide
        - mp3
        - add_suffix
        
        fileinfo
        --------
        
        - filename_length
        - real_path
        
        misc
        ----
        
        - change_owner_to_me
        - execute_custom_command
        - 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
        
        text
        ----
        
        - rst2html
        
        
        
        Changelog
        =========
        
        0.4 (2011-04-27)
        ----------------
        
        - Added ``text/rst2html`` script.
        
        
        0.3 (2011-03-13)
        ----------------
        
        - Now the ``rbco_nautilusscirpts_install`` script correctly locates the installed scripts, instead 
          of just assuming they were on ``/usr/bin``.
        
        
        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.
        
Keywords: linux gnome
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
