file_mapper 1.0.3 copy "file_mapper: ^1.0.3" to clipboard
file_mapper: ^1.0.3 copied to clipboard

CLI tool that visualizes directory structures with colorized output, customizable filtering, sorting, and depth control

example/README.md

Examples #

Basic Usage #

# Basic tree view of current directory
file_mapper

# Show with file sizes
file_mapper --size

# Limit directory depth to 2 levels
file_mapper --level 2

Filtering and Sorting #

# Ignore specific directories
file_mapper --ignore node_modules --ignore .git

# Sort by size in descending order (largest files first)
file_mapper --size --sort-by size --sort-direction desc

Sample Output #

Directory: /project

├── lib/
│   ├── models/
│   │   └── user.dart 3.2 KB
│   └── main.dart 1.1 KB
├── test/
│   └── widget_test.dart 2.8 KB
└── pubspec.yaml 1.7 KB

Summary:
Total files: 3
Total directories: 3
Total size: 8.8 KB
1
likes
160
points
54
downloads

Documentation

API reference

Publisher

verified publisherxooniverse.com

Weekly Downloads

CLI tool that visualizes directory structures with colorized output, customizable filtering, sorting, and depth control

Homepage
Repository (GitHub)
View/report issues

Topics

#cli #filesystem #directory #visualization #file-management

Funding

Consider supporting this project:

paypal.me

License

MIT (license)

Dependencies

args

More

Packages that depend on file_mapper