Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ngirard opened this issue Feb 24, 2024 · 0 comments

Comments

@ngirard
Copy link

ngirard commented Feb 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant