tool: draw tree diagram
tool: draw tree diagram
Brief
This post will introduce the tool βdraw-tree-diagram.shβ that make you generate tree diagram given paths.
Usage
usage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# clone repository
$ git clone https://github.com/TUNGHUAYU/draw_tree_diagram.git
$ cd draw_tree_diagram/
# draw tree diagram
bash draw_tree.sh paths.txt
π Directory Tree:
βββ A/
β βββ B/
β β βββ C/
β β βββ D
β βββ B1/
β βββ C1
β βββ C2
βββ C
paths.txt
1
2
3
4
5
A/
A/B/C/D
A/B1/C1
A/B1/C2
C
This post is licensed under CC BY 4.0 by the author.