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

jbang app setup and completion #788

Open
grumpyf0x48 opened this issue Mar 18, 2021 · 2 comments
Open

jbang app setup and completion #788

grumpyf0x48 opened this issue Mar 18, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@grumpyf0x48
Copy link
Contributor

jbang app setup adds jbang to the PATH in .bashrc.

It would be nice to also add the definition of the completion function:

source<(jbang completion)

@quintesse quintesse added the enhancement New feature or request label Mar 18, 2021
@maxandersen
Copy link
Collaborator

not a fan of adding a jbang call into zsh/bash every time.

maybe generate to temporarty ~/.jbang location and source that if present and if not then call it ...to avoid laggy start

@grumpyf0x48
Copy link
Contributor Author

grumpyf0x48 commented Mar 19, 2021

Yes loading completion can take between 1 and 3 seconds on my machine which is not so old :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants