joequery / SnipSnip

Local code snippet database run from your terminal. (Work in progress)
4 stars 0 forks source link

SnipSnip - Local Code Snippet Storage!

SnipSnip aims to achieve the following:

Requirements

Installation

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

Usage

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!