We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The brew formula includes these steps to install the autocomplete files:
def install bin.install "todoist" zsh_completion.install "todoist_functions.sh" => "_todoist_peco" zsh_completion.install "todoist_functions_fzf.sh" => "_todoist_fzf" end
The files todoist_functions.sh and todoist_functions_fzf.sh are missing from the released archives.
todoist_functions.sh
todoist_functions_fzf.sh
Created #264 to address the missing files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The brew formula includes these steps to install the autocomplete files:
The files
todoist_functions.sh
andtodoist_functions_fzf.sh
are missing from the released archives.Created #264 to address the missing files
The text was updated successfully, but these errors were encountered: