-
Notifications
You must be signed in to change notification settings - Fork 19
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
Shell completions #44
Comments
I'm gonna give this a go, using No pressure on merging if you disapprove. If it works reasonably well, I'll just maintain my own fork. |
I thought about this a long time ago (#2), but passhole didn't have database caching at the time so it would have required entering your password for each completion. Take a shot at it. I imagine you want entry/group completion for mv/ls/show/edit/rm? |
Makes sense. Even now, we still need to login once before completions can work. I'm thinking about adding a
Yeah, basically all commands taking a * Although, we can |
This is potentially quite cumbersome, but would be nice with shell (bash/zsh/fish) completions populated with matching entries from the database 🙂.
Thoughts? Do you have any experience with generating necessary data in Python? Feasible or not?
The text was updated successfully, but these errors were encountered: