PromptKeep¶
A CLI tool for managing and accessing AI prompts, built with Python.
PromptKeep helps you organize, access, and reuse your AI prompts through a simple command-line interface. It stores prompts as Markdown files with YAML metadata, making them easy to manage and version control, and lets you quickly find stored prompts and copy them to your clipboard.
Features¶
- Store prompts in Markdown files with YAML front matter
- Fuzzy search for quick prompt retrieval
- Copy prompts directly to clipboard
- Local storage (no cloud dependencies)
- Tag-based organization
- Obsidian-compatible format
Installation¶
Usage Basics¶
-
Initialize a prompt vault:
-
Add a new prompt:
-
Select and copy a prompt:
-
Edit an existing prompt:
Technical Details¶
Built with:
- Python 3.8+
- Typer for CLI interface
- Rich for terminal output
- Pyperclip for clipboard operations
License¶
MIT License