← Back to tools

as-tree

Print a list of paths as a tree of paths

Text Processing linuxmacos Rust MIT

Description

as-tree takes a list of paths on stdin and prints them as a tree structure, similar to the tree command output. Useful for piping search results into a tree view.

AI Summary

A tool that converts a list of file paths from stdin into a tree-formatted display.

Capabilities

  • + Convert path lists to tree format
  • + Read paths from stdin
  • + Works with any tool that outputs paths

Use When

  • You want to visualize file paths as a tree
  • You pipe search results and want tree formatting

Avoid When

  • x You want to list directory contents (use tree instead)
  • x You need interactive file browsing
View AGENTS.md for as-tree