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

feat: bash completion #1545

Open
2 tasks
ankush opened this issue Mar 4, 2024 · 2 comments
Open
2 tasks

feat: bash completion #1545

ankush opened this issue Mar 4, 2024 · 2 comments

Comments

@ankush
Copy link
Member

ankush commented Mar 4, 2024

Complete following things:

  • site names
  • command/options
@gavindsouza
Copy link
Collaborator

Adding some reference of past efforts - I had a half-baked zsh script that I used for site completions (https://github.com/gavindsouza/bench-autocomplete), the idea then was to built a template script that (re)generates the autocompletion file which was a lot faster than dealing with https://github.com/frappe/bench/blob/develop/completion.sh

@hupq22
Copy link

hupq22 commented Dec 17, 2024

It sounds like you're referencing your previous efforts with the zsh script for site completions found in your bench-autocomplete repository. The goal was to create a template script that could regenerate the autocompletion file more efficiently compared to the existing completion.sh from the Frappe Bench repository.

This approach could indeed streamline the process and improve performance by reducing the complexity involved in managing autocompletions. If you have specific ideas or updates you'd like to incorporate into this script, sharing them could foster further enhancements in the community.

Let me know if you need any help with this!

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

No branches or pull requests

3 participants