luckyframework / luckyframework/lucky_cli
Bash/zsh completion for compiled tasks
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 92
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
Depends on #121
If a task is pre-compiled, allow adding bash/zsh competion. This will be *super* helpful for generators.
Imagine this:
1. `lucky gen.action Us(tab)`
1. Fills in `lucky gen.action Users::`
1. Then `lucky gen.action Users::Cr(tab)`
1. Fills `lucky gen.action Users::Create`
So it autocompletes based on existing actions and common REST verbs. Would make creating actions much easier
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 reading the dependency in issue #121 and tracing how compiled tasks and generators are handled in the Lucky CLI. Use the `lucky gen.action` examples as the completion target; done means bash and zsh can suggest existing actions and common REST verbs for compiled tasks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, crystal, zsh
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100