We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
曾几何时看到别人的代码目录展示如下,非常的漂亮,于是我就把别人的这棵树拷贝过来,一个个修改变成自己的树,如下:
project ├── dist │ ├── css │ │ └── ... │ │ │ └── js │ ├── ... │ │ ├── ... │ │ ├── ... │ │ └── ... │ │ │ ├── ... │ │ ├── ... │ │ ├── ... │ │ └── ... │ │ │ ├── ... │ └── ... │ └── src ├── css │ ├── ... │ │ ├── ... │ │ ├── ... │ │ └── ... │ │ │ ├── ... │ └── ... │ └── js ├── ... │ ├── ... │ ├── ... │ ├── ... │ ├── ... │ └── ... │ ├── ... │ ├── ... │ ├── ... │ └── ... │ ├── ... │ ├── ... │ ├── ... │ ├── ... │ └── ... │ ├── ... // ... └── ... // ...
现在告诉大家,一个命令就可以搞定了!无论是windows和linux,在shell窗口直接输入:
> tree
关于这个命令的参数,请参考:
The text was updated successfully, but these errors were encountered:
sunmaobin
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
源码目录树构建技巧
曾几何时看到别人的代码目录展示如下,非常的漂亮,于是我就把别人的这棵树拷贝过来,一个个修改变成自己的树,如下:
现在告诉大家,一个命令就可以搞定了!无论是windows和linux,在shell窗口直接输入:
关于这个命令的参数,请参考:
The text was updated successfully, but these errors were encountered: