Update README.md

This commit is contained in:
Gerald-H 2024-11-28 14:26:17 +01:00 committed by GitHub
parent 31c794a200
commit 2ca76b9b36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,8 @@
GGTree is a simple Python program that outputs the directory structure (tree) from the current folder to the console.
## Sample
[14:22:05] User:~/python/tree$ ggtree
```
[14:22:05] User: /python/tree$ ggtree
Directory tree for: /python/tree
├── README.md
├── README.md~
@ -13,7 +14,8 @@ Directory tree for: /python/tree
├── ggtree.py
├── install.sh
└── uninstall.sh
[14:22:07] User:~/python/tree$
[14:22:07] User: /python/tree$
```
## Features