Skip to content

Implement --list-details natively #1845

@tmccombs

Description

@tmccombs

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions