Ather23 / DirectoryWalker

Walks the directory path and prints the folder structure. The output can be used in READMEs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DirectoryWalker

Walks the directory path and prints the folder structure. The output can be used in READMEs

Run the following command after cloning:

cargo run -- --dir-path {YourPathToFolder}

Sample output

.
├─./testf2
├────./testf3
├─────── testf3_file1
├───────./testf4
├──────────./testf5

TODO:

Add an ignore list

About

Walks the directory path and prints the folder structure. The output can be used in READMEs


Languages

Language:Rust 100.0%