tree2tui

Crates.iotree2tui
lib.rstree2tui
version0.1.2
sourcesrc
created_at2021-06-04 02:50:05.386009
updated_at2021-06-04 02:50:05.386009
descriptionThis crate provides a command line tool to build a Terminal UI (*TUI*) for `tree` like command, aiming to enable folding/expanding tree nodes for large/complex tree.
homepage
repositoryhttps://github.com/hhggit/tree2tui
max_upload_size
id405976
size186,224
hhggit (hhggit)

documentation

README

tree2tui is a command line tool to build a Terminal UI (TUI) for tree like command, aiming to enable folding/expanding tree nodes for large/complex tree.

Usage

$ tree | tree2tui

$ cargo tree | tree2tui

$ cargo tree | tree2tui --cargo

options

USAGE:
    tree2tui [FLAGS] [OPTIONS]

FLAGS:
    -c, --cargo      enable folding/expanding duplicate nodes of "cargo tree"
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --data <data>      group selected from regex as tree's data, if not set using all data after
                           node
    -n, --node <node>      group selected from regex as tree's node [default: 1]
    -r, --regex <regex>    regex to capture the tree's node [default: [│\s]*([├└]─*\s*)]

cargo tree

Commit count: 0

cargo fmt