Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic bash completion script #537

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

brmzkw
Copy link
Contributor

@brmzkw brmzkw commented Feb 18, 2025

Initial version generated with ChatGPT/o3-mini-high.

It uses plakar -h and plakar -h output, so positional arguments aren’t handled well.

For example, completion for commands like “plakar on” or “plakar ls xxxx:” is suboptimal. Only bash is supported for now.

Note this is a draft PR, we might want to put the script somewhere else. Any idea?

Initial version generated with ChatGPT/o3-mini-high.

It uses plakar -h and plakar <subcommand> -h output, so positional
arguments aren’t handled well.

For example, completion for commands like “plakar on” or “plakar ls
xxxx:” is suboptimal. Only bash is supported for now.
@brmzkw brmzkw force-pushed the jcastets/bash_completion branch from de2b39f to 9880638 Compare February 18, 2025 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants