A CLI app that lets users create, edit, tag, and search AI prompts — a personal “prompt pack” manager! Practicing file-based storage, search and filter logic, and clean CLI design.
[
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"title": "Summarize Research Paper",
"tags": ["academic", "summarize"],
"content": "Summarize the following text in 3 bullet points..."
}
]
* For long prompts, simply type your content line by line and end with END on a separate line
cargo run