Commands
Prompter provides several commands for managing templates, configuration, and prompt history.
Available Commands
prompter(generate) - Generate prompts from templates and contextprompter add- Add a new templateprompter edit- Edit an existing templateprompter list- List available templatesprompter history- View and search prompt historyprompter config- Manage configurationprompter completion- Generate shell completion scripts
Quick Reference
# Generate a promptprompter "explain this code"
# Add a new templateprompter add review "Review this code"
# Edit a templateprompter edit review
# List templatesprompter list
# View historyprompter history
# Edit configprompter config
# Generate completionsprompter completion bashGlobal Flags
These flags work with all commands:
--config- Specify a custom config file path--version,-V- Print version information--help,-h- Show help for any command
Getting Help
Get help for any command:
prompter --helpprompter generate --helpprompter add --help