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.
NOTE: Version 0.2 and above works only with Nautilus 3.
There are two installation ways:
Using
pip
/easy_install
utility:$ sudo pip install nautilus-xsnippet
or
$ sudo easy_install nautilus-xsnippet
Download and uncompress tarball. For installation use a setup.py script:
$ sudo ./setup.py install
Restart Nautilus for applying extension:
$ nautilus -q
Dependencies that must be meet:
Pygments
:$ sudo pip install Pygments
python-nautilus
andlibnautilus-extension1
:$ sudo aptitude install python-nautilus libnautilus-extension1
- Author: Igor Kalnitsky <[email protected]>
- License: GNU GPL v3
- Version: 0.2.3