Flameshot now provides shell completion from original project
Description:
flameshot's PKGBUILD claims that its completions are provided by the zsh-completions package. However, this information is no longer correct since zsh-completions package version 0.35.0-1. zsh-completions upstream has since removed completions for flameshot due to said project providing its own completions.
zsh-completions removal of flameshot completions: https://github.com/zsh-users/zsh-completions/pull/764/commits/2d5a8a3ef1271394c9c874fc3775fa4d68c311a3
flameshot's current (as of writing this issue) zsh tab completion file: https://github.com/flameshot-org/flameshot/blob/fd3772e2abb0b852573fcaa549ba13517f13555c/data/shell-completion/flameshot.zsh
Additional info:
- package version(s): 12.1.0-4
- config and/or log files: n/a
- link to upstream bug report, if any: n/a
Steps to reproduce:
- Install flameshot, zsh, and zsh-completions
- Open a terminal
- Change shell to zsh
- Enable completions
- Input
flameshot
into prompt - Press tab
- Notice how no completions appear