#directory #tree #file #cli #ls

app prettier-ls

A Rust tool to list directories and files in a tree-like structure with customizable display options

2 releases

0.1.1 Nov 21, 2024
0.1.0 Nov 21, 2024

#224 in Filesystem

Download history 133/week @ 2024-11-15 106/week @ 2024-11-22 7/week @ 2024-11-29 4/week @ 2024-12-06

250 downloads per month

MIT license

7KB
87 lines

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:

cargo install prettier-ls

Dependencies

~1.2–8MB
~65K SLoC