#!/bin/sh
export LESS="-X -E -Ps More";ls --color -T 0 -Fx -w$(stty size|cut -d" " -f2) "$@"|k -R
