No description
Find a file
2023-11-15 17:41:08 -06:00
src Base 2023-11-15 17:10:23 -06:00
.gitignore Base 2023-11-15 17:10:23 -06:00
Cargo.lock Base 2023-11-15 17:10:23 -06:00
Cargo.toml Base 2023-11-15 17:10:23 -06:00
README.md Update README.md 2023-11-15 17:41:08 -06:00

SimpleTree

Basic File Tree Display implemented using Rust.

Example

cargo run -- ~/

Will display all files and paths within the home directory.