#!/bin/zsh -f
command ls -AFlgh "$@" | less
