Skip to content

Instantly share code, notes, and snippets.

@ymendel
Forked from vinbarnes/gist:484817
Created July 21, 2010 17:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ymendel/484826 to your computer and use it in GitHub Desktop.
Save ymendel/484826 to your computer and use it in GitHub Desktop.
gist_ql()
{
GIST=$1
TMPFILE=~/tmp/gist_$GIST
gist $GIST > ~/tmp/gist_$GIST
qlmanage -c public.plain-text -p $TMPFILE >& /dev/null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment