Last active
December 10, 2015 06:28
-
-
Save EtienneLem/4394702 to your computer and use it in GitHub Desktop.
rdio-cli zsh completions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Works with a build from the commands-list branch.