Quick Look from Shell

qlmanage -p filename

😀

[tags]Apple, Quick Look[/tags]

Tagged:

User Input

  • Cool. Not earth-shattering, but cool nonetheless.

    A bit long for my taste though…

    Add to your ~/.bash_profile:

    alias qlook=”qlmanage -p”
    alias ql=”qlmanage -p”

    and then you can:

    $ ql .

    😉