You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
thanks to
fd
, I have foundas-tree
which is very nice (and works well on Windows withcargo install -f --git https://github.com/jez/as-tree
).Very nice that it can work with text:
Could there be options to get if the use case is not rare enough?
(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
The text was updated successfully, but these errors were encountered: