Skip to content

Instantly share code, notes, and snippets.

@EtienneLem
Last active December 10, 2015 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EtienneLem/4394702 to your computer and use it in GitHub Desktop.
Save EtienneLem/4394702 to your computer and use it in GitHub Desktop.
rdio-cli zsh completions
# As of right now, it will only work with a rdio-cli build from https://github.com/EtienneLem/rdio-cli/tree/commands-list
# Rdio completions
rdio_commands=(`rdio commands`)
compctl -k rdio_commands rdio
@EtienneLem
Copy link
Author

Works with a build from the commands-list branch.

gem build rdio-cli.gemspec
gem install --local ./rdio-cli-0.0.1.gem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment