Is there a way to represent a directory tree in a Github README.md?

后端 未结 14 1829
庸人自扰
庸人自扰 2020-12-22 17:03

In my Githubs repos documentation I want to represent a directory tree structure like this:

\"enter

14条回答
  •  甜味超标
    2020-12-22 17:50

    Insert command tree in bash.

    Also, there is a DOS comnand "tree". You can displays directory paths and files in each subdirectory with command:

    tree /F
    

    https://web.csulb.edu/~murdock/tree.html

提交回复
热议问题