brianstrauch / spotify-cli

Spotify for the terminal
Apache License 2.0
317 stars 16 forks source link

Added autocompletion for bash, zsh, fish and powershell #22

Closed nilpntr closed 3 years ago

nilpntr commented 3 years ago

The pull request contains the code for autocompletion. I only know how to source it for zsh and bash(not a huge fan of windows and didn't used fish yet):

Bash:

source <(spotify completion bash)

Zsh:

source <(spotify completion zsh)