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

```sh
cargo install fs_rs
```

## Usage

```sh
# For current folder
fs_rs

# For a specific folder
fs_rs /path/to/folder
```
![fs_rs](https://raw.githubusercontent.com/akshaybabloo/fs_rs/main/assets/screencast.gif)