Forrest logo
back to context overview

qlmanage

List of commands for qlmanage:

  • qlmanage:tldr:3c562 qlmanage: Display QuickLook for one or multiple files.
    $ qlmanage -p ${filename1 filename2 ---}
    try on your machine
    explain this command
  • qlmanage:tldr:844e4 qlmanage: Compute 300px wide PNG thumbnails of all JPEGs in the current directory and put them in a directory.
    $ qlmanage ${*-jpg} -t -s ${300} ${path-to-directory}
    try on your machine
    explain this command
  • qlmanage:tldr:d3a8f qlmanage: Reset QuickLook.
    $ qlmanage -r
    try on your machine
    explain this command
back to context overview