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

[Feature request] Add autocomplete to bash and zsh #249

Open
rluvaton opened this issue Mar 10, 2021 · 1 comment
Open

[Feature request] Add autocomplete to bash and zsh #249

rluvaton opened this issue Mar 10, 2021 · 1 comment

Comments

@rluvaton
Copy link

Thank you for your great work!

It would be so useful if there was an autocomplete for bash and zsh

@diegoe
Copy link

diegoe commented Mar 23, 2021

I got curious, and I checked how taskwarrior does its completion. Some notes on what ultralist would need:

  • ultralist context/tags/projects command, to programatically list existing elements and offer them on + or @ completion
  • ultralist commands command to programmatically list available commands and avoid the manual duplication

Long options and etc are more or less a manual affair. git is a good example of completions:
https://github.com/git/git/blob/master/contrib/completion/git-completion.bash

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

2 participants