SnipSnip aims to achieve the following:
git clone git://github.com/joequery/SnipSnip.git
cd SnipSnip
sudo python setup.py install
This installs the snipsnip script and creates a ~/.snipsnip directory. Since SnipSnip will need to create an index, the ~/.snipsnip directory will need appropriate permissions.
sudo chmod -R 777 ~/.snipsnip
run snipsnip
from the terminal. Before you can create a code snippet, you
need to create programming language/frameworks categories by going to
Manage languages -> Add language
. After you have created your categories,
you can begin creating and searching for code snippets. A more detailed
how-to guide is in the works!