Currently, the --list-details option is implemented by calling ls -lhd (possibly with color).
This has a number of downsides, including poor performance, inability to work if ls is not installed (common on windows), etc.
I propose that instead of using an external tool we implement --list-details natively, probably using a similar flow to jsonl output.
Potential Challenges
Related Issues
Currently, the --list-details option is implemented by calling
ls -lhd(possibly with color).This has a number of downsides, including poor performance, inability to work if
lsis not installed (common on windows), etc.I propose that instead of using an external tool we implement
--list-detailsnatively, probably using a similar flow to jsonl output.Potential Challenges
ls -lhdthe same on platforms with non-GNU ls?Related Issues
{inode}and{filesize}to format template options. #1842