A highly configurable tree view visualizer CLI tool written in Rust!
bash
cargo install ctv
bash
ctv <flags> <directory_path>
-i, --ct Shows the file created time instead of the file modified time
--help Prints help information
-h, --short Uses short format
-e, --env Show all ENV variables
-V, --version Prints version information
-l, --layer <layer> Sets tree layer limit
--set-env <set-env> Set custom ENV Variable via CLI
bash
--set-env <set-env>
bash
"<env-name>=<env-value>"
ctv --set-env "DIR_COLOR=WHITE"
The .env contained within ctv allows you to customize the apperance of your tree display!