An open API service indexing awesome lists of open source software.

https://github.com/eusebioleite/roam_rs

roam_rs displays the size of files and directories in a tree view.
https://github.com/eusebioleite/roam_rs

directory explorer file filemanager files filesystem rust

Last synced: 4 months ago
JSON representation

roam_rs displays the size of files and directories in a tree view.

Awesome Lists containing this project

README

          

# roam_rs

**roam_rs** displays the size of files and directories.

## Installation
```bash
winget install eusebioleite.rr
```
## Build
1. Clone the repository:

```bash
git clone https://github.com/eusebioleite/roam_rs.git
cd roam_rs
```

2. Compile:

```bash
cargo build
```

## Use

```bash
>rr
C:\Users\rusts\AppData 71.6GB
├── Local 58.2GB
├── Roaming 13.3GB
└── LocalLow 58.9MB
```
Basically just execute on the folder you want to know the size of.