Menu

Tree [0de740] master /
 History

HTTPS access


File Date Author Commit
 README 2012-09-28 pantuts pantuts [0de740] Commit 29-09-2012
 database.db 2012-09-28 pantuts pantuts [0de740] Commit 29-09-2012
 pySnipnix.py 2012-09-28 pantuts pantuts [0de740] Commit 29-09-2012

Read Me

# 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