Skip to content

Instantly share code, notes, and snippets.

@CrookedNumber
Last active January 21, 2016 18:43
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 CrookedNumber/70fe019337d3c0413153 to your computer and use it in GitHub Desktop.
Save CrookedNumber/70fe019337d3c0413153 to your computer and use it in GitHub Desktop.
function pluck {
arr=($(echo `git ls-files -m`))
plucked=${arr[$1]}
echo $plucked | tr -d '\n' | pbcopy
echo $plucked >&1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment