# prettier-ls `prettier-ls` is a Rust CLI tool that lists directories and files in a visually appealing tree-like structure. It supports colored output and customizable options to display subdirectories and files. --- ## Features - Tree-like directory and file structure. - Colored output for directories and files. - Limit the number of files displayed in root and subdirectories. - Customizable options through command-line arguments. --- ## Installation To install `prettier-ls`, ensure you have Rust installed, and then run: ```bash cargo install prettier-ls