filefetch-0.2.0 is not a library.
๐ฆ filefetch
A simple Rust CLI tool to display information about the current folder.
Shows the total size, number of files and folders, and prints each entry with a neat emoji.
๐ Features
- ๐ Shows current directory path
- ๐ฆ Displays folder size in MB
- ๐ข Counts files and optionally subdirectories
- ๐ Lists files and folders with colorful output
- ๐๏ธ Optional flags for no-color or subdirectory counting
๐ ๏ธ Installation
From crates.io:
(btw make sure to have cargo installed, it's the package manager for rust)
๐งช Usage
Optional flags:
--nocolor โ disable colored output
--recursive โ count subdirectories in the total file count
--folder-size - shows folder sizes *(will take longer)*
๐ Example Output