Created
February 20, 2012 22:54
-
-
Save nailor/1872088 to your computer and use it in GitHub Desktop.
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
sget () { | |
sala -r $1 | cut -f 2 -d ':' | \ | |
tr -d '[:space:]'|xclip -selection clipboard; | |
} | |
# Set sala completion for sget | |
complete -o nospace -F _sala sget |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment