luckyframework / luckyframework/lucky_cli

Bash/zsh completion for compiled tasks

Open
#159 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.