1.1.3 • Published 8 years ago

see-dirtree v1.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

see-dirtree

This is commandLine tool to show catalog tree

Install

Input command below in terminal

npm install -g see-dirtree

Usage

This command will show files all

tree

Options

Usage: tree [options]


  Options:

    -V, --version              output the version number
    -d, --directory [dir]      Please specify a directory to generate catalog tree
    -c, --color                Terminal coloring
    -i, --ignore [ignore]      You can ignore specific directory name
    -e, --export [exportPath]  export into a file
    -h, --help                 output usage information

Example:

  • You can export data to a file.Input command below,you can see data.txt in your current path.
tree -e data.txt
  • You can see catalog tree with color(random color,Because the color is bright color, it is recommended that the terminal's theme be dark )
tree -c
  • You can specify a directory to generate catalog tree
tree -d "src"
  • You can ignore specific directory name
tree -i "node_modules|.git"
1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago