Letter | Unicode | Comment |
---|---|---|
I |
│ | vertical |
K |
├ | vertical and right |
L |
└ | up and right |
0 |
Space | |
F |
The last dir or file | |
C |
Not the last |
(root) Is final Pseudographics
|-- .git C I
|-- build C K
| |-- got CC IK
| .-- exe CF IL
|-- main.go C K
.-- test F L
|-- dir0 FC 0
|-- dir1 FC 0K
| |-- file FCC 0IK
| .-- file FCF 0IL
.-- dir2 FF 0L
Children inherit FC-column from the parent directory.
IKL-column for nested dirs:
- the last
F
converts toL
- the last
C
converts toK
- not last
F
to0
- not last
C
toI