was just playing with the shell. it struck to me, just by rearranging the parameters, i was able to remember what they did and in a cool way.
enter the hitlar mode.
$ ls -hitlar
shows all items with inodes, in list view, human readable size, sorted by modification time in reverse,
$ ls -Fhitlar
shows the same with classification info.
echo "alias hitlar='ls -Fhitlar'" >> ~/.bashrc
$hitlar
$hitlar filename