pathy-1.0.1 is not a library.
pathy 🦀
Minimal Rust CLI tool to display directory structures

Features
- 🧠 Smart Display: Automatically excludes commonly ignored directories (e.g
.gitandnode_modules) for a cleaner tree visualization. - 👨🦯 Easy Exclusions: Use the
-ioption to seamlessly omit any specific directories & files from the display.
Install
via Cargo
via Source
Usage
Basic usage: pathy <directory>
Arguments
<directory>: Directory to display. Defaults to the current directory.-i, or--ignore: Specify directories or files to ignore`-h, or--help: Display this help message-v, or--version: Display the current version
Default Ignored Directories
You can review the default ignored directories here
Examples
# Ignoring a directory
# Ignoring multiple directories
# Ignore a directory and a any file
Notice: Ignoring a directory / a file will explicitly exclude any exact match. E.g, ignoring
-i README.mdwill ignoreREADME.mdfrom the file tree visualization entirely, no matter how far down it is.
Contributing
Contributions are welcome! Please feel free to submit pull requests or open issues to improve the functionality or documentation of pathy.
License
This project is licensed under the MIT License - see the LICENSE file for details.