GitHub

boltz tree

Display directory structure in a beautiful tree format.

Usage

boltz tree [path]

Example

$ boltz tree .
.
├── cmd/
│   ├── search.go
│   ├── symbols.go
│   └── tree.go
├── go.mod
├── go.sum
├── main.go
└── README.md

Features

  • Pretty tree output with Unicode characters
  • Automatically skips hidden files and directories
  • Shows directories with trailing slash
  • Recursive directory traversal

Use Cases

  • Quickly understand project structure
  • Share project layout in documentation
  • Feed project structure to AI assistants