fs_rs 0.0.6

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

fs_rs