Crates.io | ctv |
lib.rs | ctv |
version | 0.3.3 |
source | src |
created_at | 2022-01-18 07:57:37.810442 |
updated_at | 2022-02-13 03:30:23.767103 |
description | A highly configurable tree file view visualizer CLI tool |
homepage | https://github.com/angelina-tsuboi/ctv |
repository | https://github.com/angelina-tsuboi/ctv |
max_upload_size | |
id | 516058 |
size | 973,976 |
A highly configurable tree view visualizer CLI tool written in Rust!
# Cargo Installation
cargo install ctv
# Homebrew Installation
brew install angelina-tsuboi/ctv/ctv
ctv <flags> <directory_path>
-h, --short
--help Print help information
-l, --limit <LIMIT>
-p, --config Show config variables and exit
-V, --version Print version information
The config.toml
file located at ~/.config/ctv.toml
allows you to customize the appearance of your tree display!
If the configuration does not exist, defaults will be used.
Additionally, you can specify configuration via environment variables. For example, here's two ways of specifying the sort order:
# config.toml
sorting = ["size", "name", "time"]
# command line
$ CTV_SORTING='["size", "name", "time"]' ctv