Metadata-Version: 2.4
Name: pocket-vault
Version: 0.1.0
Summary: A home for your most used prompts, synced across devices
Author: DKeAlvaro
License-Expression: MIT
Project-URL: Homepage, https://github.com/DKeAlvaro/pocket-vault
Project-URL: Source, https://github.com/DKeAlvaro/pocket-vault
Project-URL: BugTracker, https://github.com/DKeAlvaro/pocket-vault/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0.0
Requires-Dist: requests>=2.28.0

# Pocket Vault

A home for your most used prompts, synced across devices.

```bash
pip install pocket-vault
pv auth                          # One-time GitHub setup
pv add coding/python-style       # Save a prompt (opens editor)
pv python style                  # Search your vault
pv read coding/python-style      # Read it (for you or your LLM)
```

You tell your LLM:

```
Use my python style prompt
```

It runs `pv read coding/python-style` and applies your instructions. Same prompt, any device, any project.

Full docs: [Technical Guide](src/README.md)
