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.
- Host: GitHub
- URL: https://github.com/eusebioleite/roam_rs
- Owner: eusebioleite
- Created: 2025-10-23T22:25:45.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2026-02-02T23:54:14.000Z (4 months ago)
- Last Synced: 2026-02-03T12:43:07.606Z (4 months ago)
- Topics: directory, explorer, file, filemanager, files, filesystem, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.