https://github.com/fssay/disk-eater
Simple Tauri app for filling the disk space with random data
https://github.com/fssay/disk-eater
disk disk-space disk-usage rive rust rust-app rust-lang tauri tauri-app
Last synced: 11 months ago
JSON representation
Simple Tauri app for filling the disk space with random data
- Host: GitHub
- URL: https://github.com/fssay/disk-eater
- Owner: FssAy
- Created: 2023-12-18T16:49:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T19:21:26.000Z (about 2 years ago)
- Last Synced: 2025-02-02T03:44:03.365Z (about 1 year ago)
- Topics: disk, disk-space, disk-usage, rive, rust, rust-app, rust-lang, tauri, tauri-app
- Language: JavaScript
- Homepage:
- Size: 681 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Disk Eater
Simple Tauri app for filling the disk space with random data.
### Features
- Live disk space monitoring.
- Dynamic scaling to fill the disk up to its last byte.
### Current State
- The `Wipe` button does nothing.
- Requires admin privileges to fill system disk.
- Supports Windows only.
### Usage
1. Run the app.
2. Wait for it to get the system info.
3. Select disks from the list you want to fill up.
4. Click `Start` button.
This will create a random file at `:/DiskEater` with random data.
### Screenshot