Never forget the engineering stories behind your code
Project description
QuickSnap
Git remembers what changed. QuickSnap remembers why.
Your second brain for software engineering. Capture, search, and recall your engineering decisions for interviews, performance reviews, and knowledge sharing.
What Is This?
Every developer has solved hard problems. Race conditions. Performance bottlenecks. Authentication redesigns. System migrations.
Six months later, you can't remember the details. The code is there. The commits are there. But the reasoning — why you chose Redis over PostgreSQL, what alternatives you rejected, what tradeoffs you accepted — that's gone.
QuickSnap captures those details right after you finish a task, while your thinking is still fresh. It turns your daily coding into a searchable archive of interview-ready stories.
How It Works
You finish coding
↓
git commit
↓
QuickSnap captures automatically
↓
Story saved to .snapshots/
↓
Months later → search and recall everything
Without QuickSnap:
- You commit code
- You forget the reasoning
- Interview comes → blank mind
With QuickSnap:
- You commit code
- Story auto-captured with git context
- Interview comes → full story ready
The Two Products
QuickSnap has two interfaces that share the same core:
1. CLI (Primary)
A terminal tool. Install with pip, run from any project.
pip install -e .
quicksnap capture # Interactive — answers questions
quicksnap capture -n # Automatic — fills from git
quicksnap list # Browse all stories
quicksnap search redis # Search by keyword
quicksnap search-natural caching # Natural language search
quicksnap star auth-fix # STAR format for interviews
quicksnap bullets auth-fix # Resume bullet points
quicksnap practice # Random interview questions
quicksnap interview # Interview practice with self-scoring
quicksnap generate auth-fix linkedin # Generate LinkedIn post
quicksnap generate auth-fix blog # Generate blog draft
quicksnap export-portfolio # Full engineering portfolio
quicksnap tag auth-fix Backend,Performance # Add tags
quicksnap untag auth-fix Backend # Remove tags
quicksnap tags-list # List all tags
quicksnap sync-export # Export to zip for cross-device sync
quicksnap sync-import # Import from zip
Commands Reference
| Command | What It Does | Example |
|---|---|---|
capture |
Create a new story | quicksnap capture |
capture -n |
Auto-capture from git | quicksnap capture -n |
list |
Show all stories | quicksnap list |
list --tag Backend |
Filter by tag | quicksnap list --tag Performance |
show <slug> |
View a story | quicksnap show auth-cache |
search <query> |
Search stories | quicksnap search redis |
search-natural <query> |
Natural language search | quicksnap search-natural caching |
star <slug> |
STAR format | quicksnap star auth-cache |
bullets <slug> |
Resume bullets | quicksnap bullets auth-cache |
practice |
Interview practice | quicksnap practice |
interview |
Interview with self-scoring | quicksnap interview --tag Backend |
generate <slug> <format> |
Generate content | quicksnap generate auth-fix linkedin |
tag <slug> <tags> |
Add tags | quicksnap tag auth-fix Backend,Redis |
untag <slug> <tags> |
Remove tags | quicksnap untag auth-fix Backend |
tags-list |
List all tags | quicksnap tags-list |
export-portfolio |
Full portfolio | quicksnap export-portfolio |
sync-export |
Export to zip | quicksnap sync-export |
sync-import |
Import from zip | quicksnap sync-import |
delete-cmd <slug> |
Delete a story | quicksnap delete-cmd auth-cache |
init |
Setup in a repo | quicksnap init |
Configuration
Create .quicksnap.yaml in your project root:
version: "0.2.0"
ai_mode: auto # manual | auto | local | openai | anthropic | gemini
VS Code settings (in settings.json):
{
"quicksnap.cliPath": "quicksnap",
"quicksnap.notifyAfterCommit": true
}
Development
CLI
cd D:\quicksnap
pip install -e . # Install in dev mode
quicksnap --help # Test
quicksnap capture -n # Test auto-capture
Testing
python -m pytest tests/ -v
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quicksnap-0.2.3.tar.gz.
File metadata
- Download URL: quicksnap-0.2.3.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fff9c65b2a22d32541b06fbf4a22efb35cf0b89b3ae0b3ca1a2554e287d4ac8c
|
|
| MD5 |
cd68763d0e5f075348768544fac26bae
|
|
| BLAKE2b-256 |
2da2c20586b39a4cd80ac9a9689546b4963539d447ca6df1f8371a9ce50ee61e
|
File details
Details for the file quicksnap-0.2.3-py3-none-any.whl.
File metadata
- Download URL: quicksnap-0.2.3-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f487bc7da42b8cbee3430013383c0a513ec6965c761ef420d5e959c5ad0e1a75
|
|
| MD5 |
47d8514f442aaf54d0338559240daddc
|
|
| BLAKE2b-256 |
d241a1addab52190349605e14ab2cf4ad1ac12fcf4eb7c03bb2da56555b55da9
|