The command "recur tree rootname" now shows file extensions correctly. #4
marcnoon
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The "recur tree root name" now shows correct file extensions for a root name search. It correctly displays all the roots and before it left everything with the wrong extension. Now the extension is complete.
This does allow for composing files together that are in different folder structures but share the hierarchical file name by periods separating the file. So, if you use rust file extensions and in a document, structure have the same structure but use markdown file extensions, then you recur tree command with that root file prefix will then display the entire hierarchy with rust and markdown file extensions.
The next logical design consideration is filtering which files extensions you want in your tree.
Beta Was this translation helpful? Give feedback.
All reactions