fs_rs 0.0.9

A simple file system information tool written in Rust.
Documentation

FS

Get a quick rundown of your storage usage using fs_rs CLI

Install

cargo install fs_rs

Usage

# For current folder
fs_rs

# For a specific folder
fs_rs /path/to/folder

# For multiple folders
fs_rs /path/to/folder1 /path/to/folder2

fs_rs