A highly configurable tree view visualizer CLI tool written in Rust!
``` bash
cargo install ctv
brew install angelina-tsuboi/ctv/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
-c, --config Show all config variables
-s, --set-var Set config variable via CLI
-V, --version Prints version information
-l, --layer <layer> Sets tree layer limit
The config.toml file located within the ctv project directory (dev.ctv.ctv) allows you to customize the apperance of your tree display! The dev.ctv.ctv directory and config.toml file must be manually created to start configuring your tree view!
bash
ctv
bash
cd <copied-path>
bash
mkdir dev.ctv.ctv
cd dev.ctv.ctv
bash
touch config.toml
file_size_position="1"
file_owner_position="2"
file_perms_position="3"
file_time_position="4"
file_extension_position="-1"
dir_name_color="BLUE"
file_name_color="LIGHTRED"
file_time_color="LIGHTCYAN"
file_size_color="BLUE"
file_owner_color="LIGHTMAGENTA"
file_extension_color="YELLOW"
file_time_style="BOLD"
file_size_style="BOLD"
file_owner_style="NORMAL"
file_perms_style="BOLD"
file_extension_style="ITALIC"
file_time_format="%m-%d-%Y::%H:%M:%S"
file_time_type="CREATED"
tree_layer_limit="3"
show_file_metadata="TRUE"
show_dir_metadata="TRUE"
elbow="└──"
tee="├──"
pipe_prefix="│"
space_prefix=" "
dir_color="BLUE"
symlink_color="LIGHTMAGENTA"
path_color="WHITE"
pipe_color="YELLOW"
chard_color="YELLOW"
blockd_color="LIGHTGREEN"
socket_color="LIGHTRED"
read_color="LIGHTGREEN"
write_color="LIGHTRED"
execute_color="LIGHTGREEN"
dash_color="LIGHTBLACK"
spacing="0"
show_short="false"
bash
BLACK
BLUE
CYAN
GREEN
LIGHTBLACK
LIGHTBLUE
LIGHTCYAN
LIGHTGREEN
LIGHTMAGENTA
LIGHTRED
LIGHTWHITE
LIGHTYELLOW
MAGENTA
RED
WHITE
YELLOW
bash
BOLD
DIMMED
ITALIC
UNDERLINE
BLINK
REVERSE
HIDDEN
STRICKEN
NORMAL