Nautilus Xsnippet Extension
---------------------------

xsnippet_ is a simple Pastebin service written in Python.

This is an extension for **Nautilus file manager**, which allows to send
files to xsnippet service via context menu.

A link to the snippet is copied to the clipboard and displays
by notification.


Installation
------------

There are two installation ways:

1. Using 'pip' utility:

       $ sudo pip install nautilus-xsnippet

2. Download and uncompress tarball. For installation use a setup.py script:

       $ sudo ./setup.py install

Restart Nautilus for applying extension:

    $ nautilus -q


Dependencies
------------

Dependencies that must be meet:

- python-nautilus
  
      $ sudo aptitude install python-nautilus
  
- python-notify
  
      $ sudo aptitude install python-notify

- python-gtk2
  
      $ sudo aptitude install python-gtk2


Changes
-------

**0.1.3**

- Remove getpass module from import section.
- Pep8 verified code.


**0.1.2**

- Use filename as snippet title.
- Fix paths in setup.py.


.. _xsnippet: http://www.xsnippet.tk/
