
Tree-Extended, a tool to get custom directories trees
[Original Article] In this write, I want to show two ways to create custom directory trees by using the tree-extended tool: By using directly tree-extended in your SO command line by installing it as a node package. Or, by using the tree-extended vscode extension. Why tree-extended? I was documenting one of my projects and I wanted to write in markdown a directory tree representation, but I didn’t want to show all the directories but a particular one, the one that I was talking about in that section in the document. There is a command for Linux named tree that you can install, but it didn’t match all the requirements I was looking for. That is why I created tree-extended as a custom implementation of tree. ...