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
into
Yet I don't want to publish yet another tool while untree could possibly gain this feature.
Could you please consider implementing this ?
Cheers