On the Mac or Linux terminal it is possible to get colour listings of directory contents; files are a different colour from folders, for instance (ignoring the quotes used for Stackoverflow colouration):
>ls
README.md 'src' 'tests' .gitignore
Is it possible to similarly color highlight the output of the Get-ChildItem
command in Powershell?