Published Path To Tree command line program and public source
Posted by SirGru on Aug 05, 2016.
I have created a new program called PathToTree, open sourced on Bitbucket. Program transforms a series of file paths piped in, one file path per line, into a tree structure, similar to what would Windows' tree command create. The intent of the software was to make a small command line utility that would transform the output of hg status command from a list of filenames into a tree view.