Skip to content

Instantly share code, notes, and snippets.

@jonathan-beard
Created April 30, 2016 10:55
Show Gist options
  • Save jonathan-beard/63e5cf1ef0b5684f540aad97fb68998c to your computer and use it in GitHub Desktop.
Save jonathan-beard/63e5cf1ef0b5684f540aad97fb68998c to your computer and use it in GitHub Desktop.
Quick hack to call OS X's quick look from the cmd line. Wanted to view files without having to go to the finder, and close them. Sometimes the cmd line isn't the best place to view Pages/Word docs so this is a good solution if you don't want to have to go back to the Finder and open the real app. Just download, chmod u+x ql.sh, place in your pag…
qlmanage -p $1 2> /dev/null > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment