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

zsh completions #203

Open
rsekman opened this issue Aug 13, 2021 · 4 comments
Open

zsh completions #203

rsekman opened this issue Aug 13, 2021 · 4 comments

Comments

@rsekman
Copy link
Contributor

rsekman commented Aug 13, 2021

The zsh shell offers powerful completion features for programs that supply completion specifications. E.g. git.

Given that stig can auto-generate its documentation, it should be possible to also auto-generate zsh completion files.

@rndusr
Copy link
Owner

rndusr commented Aug 13, 2021 via email

@rsekman
Copy link
Contributor Author

rsekman commented Aug 17, 2021

Tab completion for torrent names in the shell sounds overkill and like you say has performance issues. I was just thinking of generating at build time static completion files that the user or a package manager can install.

@rndusr
Copy link
Owner

rndusr commented Aug 17, 2021 via email

@lmburns
Copy link

lmburns commented Nov 17, 2021

I actually made my own zsh completions for this. They are as complete as I want them to be as of now. Took quite a while to do, but here they are in my dotfiles repo. By the way, this has torrent name completion and such. It works best with fzf-tab.
rec

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

3 participants