Skip to content

fdncred/nu_plugin_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nu_plugin_tree

This is a Nushell plugin called "tree". It takes nushell values and transforms them into a tree shape.

Installing

> cargo install --path .

Usage

> plugin add ~/.cargo/bin/nu_plugin_tree
> plugin use tree
> tree --help
View the contents of the pipeline as a tree.

Usage:
  > tree

Flags:
  -h, --help: Display the help message for this command

Examples:
  Transform the tabular output into a tree
  > scope commands | where name == with-env | tree

  Transform the tabular output into a tree
  > ls | tree

image

About

A nushell plugin that transform nushell values into a tree shape

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages