Skip to content

Feature request: print the path list to stdout instead of creating the directory tree #2

@ngirard

Description

@ngirard

Hi @codeinred ,

I recently had to parse the tree(1) output of the contents of a production SFTP server for which I don't have direct access.

I met my needs by writing a quick and dirty Rust cli that converts the tree(1) output into a path list, i.e. turns

a
└── b
    └── c.txt

into

/a/b/c.txt

Yet I don't want to publish yet another tool while untree could possibly gain this feature.
Could you please consider implementing this ?

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions