fs_rs 0.2.2

A simple file system information tool written in Rust.
Documentation
# FS

Get a quick rundown of your storage usage using `fs_rs` CLI

## Install

```sh
cargo install fs_rs
```

## Usage

```sh
# 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](https://raw.githubusercontent.com/akshaybabloo/fs_rs/main/assets/screencast.gif)