File tree Expand file tree Collapse file tree 1 file changed +4
-22
lines changed
Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change 5050For Maven, import this dependency to your ` pom.xml ` :
5151
5252``` xml
53- <!-- Maven -->
5453<dependency >
5554 <groupId >com.github.computerdaddyguy</groupId >
5655 <artifactId >jfiletreeprettyprinter</artifactId >
@@ -60,7 +59,6 @@ For Maven, import this dependency to your `pom.xml`:
6059
6160For Gradle:
6261```
63- // Gradle
6462implementation "com.github.computerdaddyguy:jfiletreeprettyprinter:0.1.0"
6563```
6664
@@ -84,30 +82,14 @@ var prettyPrinter = FileTreePrettyPrinter.builder()
8482 .build();
8583```
8684
87- <table >
88- <tr>
89- <td>Unicode box drawing</td>
90- <td>Classic ASCII</td>
91- </tr>
92- <tr>
93- <td>
94- <code>tree_format/
95- ├─ file_1
96- ├─ file_2
97- └─ subFolder/
98- ├─ subFile_1
99- └─ subFile_2</code >
100- </td >
101- <td >
102- <code >tree_format/
85+ ```
86+ tree_format/
10387|-- file_1
10488|-- file_2
10589`-- subFolder/
10690 |-- subFile_1
107- `-- subFile_2</code >
108- </td >
109- </tr >
110- </table >
91+ `-- subFile_2
92+ ```
11193
11294💡 * Idea for a future version: option to allow usage of custom format*
11395
You can’t perform that action at this time.
0 commit comments