Print a list of paths as a tree of paths. This tool is particularly useful when used with find or fd to produce such a list of files. It's similar in spirit to tree, but find and fd tend to be more powerful when it comes to controlling which files to list.
Print a list of paths as a tree of paths. This tool is particularly useful when used with find or fd to produce such a list of files. It's similar in spirit to tree, but find and fd tend to be more powerful when it comes to controlling which files to list.
To install as-tree, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install as-tree
To see what files were installed by as-tree, run:
port contents as-tree
To later upgrade as-tree, run:
sudo port selfupdate && sudo port upgrade as-tree
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.