Skip to content

Instantly share code, notes, and snippets.

@nailor
Created February 20, 2012 22:54
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 nailor/1872088 to your computer and use it in GitHub Desktop.
Save nailor/1872088 to your computer and use it in GitHub Desktop.
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