Skip to content

ouch list should show symlink targets for supported formats #932

@marcospb19

Description

@marcospb19

Take this example.tar example:

$ ouch l example.tar
Archive: "example.tar"
example
example/file
example/link

$ ouch l example.tar --tree
Archive: "example.tar"
└── example
   ├── file
   └── link

The expected output:

$ ouch l example.tar
Archive: "example.tar"
example
example/file
example/link -> target_here

$ ouch l example.tar --tree
Archive: "example.tar"
└── example
   ├── file
   └── link -> target_here

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions