If you hold the Option Key and double-click a corner it will make the current window go full size.
List files with complete path
$ls -d -1 $PWD/*.*
or as simple as
$ls -d -1 /my/other/path/*.*

Technical notes, and other ideas.
If you hold the Option Key and double-click a corner it will make the current window go full size.
$ls -d -1 $PWD/*.*
or as simple as
$ls -d -1 /my/other/path/*.*