colorls icon indicating copy to clipboard operation
colorls copied to clipboard

Feature request: Add support to run through xargs (show absolute path)

Open Knud3 opened this issue 3 years ago • 0 comments

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.

Knud3 avatar May 05 '22 21:05 Knud3