Download Latest Version pySnipnix.tar.bz2 (13.3 kB)
Email in envelope

Get an email when there's a new version of pySnipnix

Home / pySnipnix
Name Modified Size InfoDownloads / Week
Parent folder
README 2012-09-28 742 Bytes
pySnipnix.py 2012-09-28 5.1 kB
Totals: 2 Items   5.9 kB 0
# Author: pantuts
# Version: 1.0
# Email: pantuts@gmail.com
# Description: Saving your snippets to sqlite3 database.
# Agreement: You can use, modify, or distribute this tool on your extent
# with credits to author.

Description: Simple tool for saving snippets to sqlite3 database.
Dependencies: python2.7, sqlite3, python-pysqlite2

Usage:

Adding snippets: python pySnipnix.py -f database.db -a snippet 'snippet code here'
Searching: python pySnipnix.py -f database.db -s snippet
Editing: python pySnipnix.py -f database.db -e 1
Deleteing: python pySnipnix.py -f database.db -d 1
Add, Search, Delete: python pySnipnix.py -f database.db -s snippet -a snippet2 'another snippet' -d 1
Show all records: python pySnipnix.py -f database.db -S

Source: README, updated 2012-09-28