manifoldco / manifoldco/torus-cli
Support tab completion
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 603
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
- The underlying command framework supports dynamic tab completion
- Though has [this bug](https://github.com/urfave/cli/issues/272) which we should see solved first, before implementing
- `app.EnableBashCompletion = true` in `main.go`
- Need to figure out how this integrates with distribution channels
- Will it automatically add the bash completion during install? How do disable it?
- How do we make manual install easy?
First step would be tab completion of commands.
Second step, once we've begun caching locally, would be tab completing object 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 with main.go and the underlying command framework, including the linked completion bug that should be resolved first. Investigate how completion integrates with distribution channels, how it can be disabled, and how manual installation should work; done means command tab completion is supported and its installation behavior is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100