Auto complete template names
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12.5k
- Forks
- 998
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 10
Description
I am using llm the way it is presented in the docs; eg: llm -t roast 'Why are you submitting this issue?'
But some of my template names look like git-describe-changes and git-generate-commit-message.
It would be nice if after typing llm -t one could hit tab to get autocompletion for the available template names.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the CLI handling for llm -t and the code or command that lists available template names. Check how shell completion is configured in the project, then verify that pressing Tab after llm -t offers the available templates, including names such as git-describe-changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100