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

Brew install fails as autocomplete files are missing from the released archives #265

Closed
russparsloe opened this issue Dec 30, 2024 · 0 comments

Comments

@russparsloe
Copy link
Contributor

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.

Created #264 to address the missing files

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

1 participant