lt
lists directory contents as a tree
TLDR
List files as tree
$ lt
List specific directory$ lt [directory/]
Show hidden files$ lt -a
Limit depth$ lt -L [2]
Show file details$ lt -l
Color output$ lt --color
SYNOPSIS
lt [options] [path]
DESCRIPTION
lt lists directory contents as a tree. It's an alias or alternative for tree-style listings.
The tool displays hierarchical directory structure visually. May be an alias for lsd --tree or similar.
PARAMETERS
PATH
Directory to list.-a
Show hidden files.-L DEPTH
Maximum depth.-l
Long listing format.--color
Enable color output.--help
Display help information.
CAVEATS
May be an alias. Varies by system. Check actual implementation.
HISTORY
lt is commonly configured as an alias for tree-style directory listing, often using lsd or exa.
