Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.32 KB

File metadata and controls

46 lines (29 loc) · 1.32 KB

#filder-info

A powerful command-line tool for analyzing files and folders with detailed reporting, custom filters, and advanced statistics.

It is particularly useful for developers, sysadmins, or anyone needing to extract structured information about filesystem elements.

Features

  • Analyze a single file: metadata, size, permissions, access timestamps, etc.
  • Analyze an entire directory (recursive or not)
  • Show file type proportions by extension
  • Optional JSON output
  • Human-readable formatting with colored CLI output (powered by rich)

Installation

pip install -i https://test.pypi.org/simple/ filder-info

Usage

filder-info folder /path/to/folder --human --inventaire --ext
filder-info folder /path/to/folder --json --inventaire --ext
filder-info file /path/to/file --extra

Requirements

  • Python 3.7+
  • rich

Contributing

We welcome contributions! Feel free to fork the repository and submit pull requests.

Whether it's a bugfix, feature request, or performance improvement — your help is appreciated.

License

This project is licensed under the MIT License. See the LICENSE file for details.


TestPyPI