as-tree icon indicating copy to clipboard operation
as-tree copied to clipboard

about tree views ?

Open jgranduel opened this issue 4 years ago • 0 comments

Hi,

thanks to fd, I have found as-tree which is very nice (and works well on Windows with cargo install -f --git https://github.com/jez/as-tree ).

Very nice that it can work with text:

>"A/B/C" | as-tree.exe
A/B
└── C

Could there be options to get if the use case is not rare enough?

A
└── B
    └── C

(I was surprised by the mixture of single line common parts at first run). Would it be possible to precise separator/delimiter, default being "/" (Maybe not as it works well with default \ on Windows/PowerShell) but for any other sequence separated by :,. in cas the tool is used in other context?

C:/ seems displayed like so: C:/\.

Thanks

jgranduel avatar Aug 12 '20 10:08 jgranduel