https://github.com/plague-doc/ascii-directory-tree
Console application for generating ASCII Trees from directories and their files.
https://github.com/plague-doc/ascii-directory-tree
ascii cli csharp directory-tree
Last synced: 11 months ago
JSON representation
Console application for generating ASCII Trees from directories and their files.
- Host: GitHub
- URL: https://github.com/plague-doc/ascii-directory-tree
- Owner: Plague-Doc
- License: mit
- Created: 2024-09-22T15:28:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-29T15:08:30.000Z (over 1 year ago)
- Last Synced: 2025-03-24T05:33:27.921Z (about 1 year ago)
- Topics: ascii, cli, csharp, directory-tree
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASCII Directory Tree generator
By either running the executable and following the provided directions, or by using it as a CLI and passing in an argument when ran from a terminal, the console application returns an ASCII representation of the provided directory and its content.
## CLI Info
`treegen.exe [file_path]` - The CLI only takes in a single argument, the path to the root directory.
After it's ran, it will create a `.txt` file in the same directory the root directory of the tree is in.
The `.txt` will contain the ASCII Directory Tree.
## Example Output
```
~/Home/
├── To-Do list.txt
├── Cat pictures/
│ ├── IMG001.png
│ ├── IMG002.png
│ └── IMG003.png
└── Important files/
├── config.json
└── passwords.txt
```