| Name | Modified | Size | Downloads / 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