ql 173 B

123456789101112131415
  1. #
  2. # Previews files in Quick Look.
  3. #
  4. # Authors:
  5. # Sorin Ionescu <sorin.ionescu@gmail.com>
  6. #
  7. # function ql {
  8. if (( $# > 0 )); then
  9. qlmanage -p "$@" &> /dev/null
  10. fi
  11. # }