colorls
colorls copied to clipboard
Feature request: Add support to run through xargs (show absolute path)
e.g. when running find "${PWD}" -type f -print0 | xargs -0 colorls -l it only shows file names.
find "${PWD}" -type f -print0 | xargs -0 ls -l in otherhand shows files with absolute path.