https://github.com/tulilirockz/dough
Declarative disk partitioning utility based on libfdisk
https://github.com/tulilirockz/dough
disk-partition fdisk linux zig
Last synced: about 1 month ago
JSON representation
Declarative disk partitioning utility based on libfdisk
- Host: GitHub
- URL: https://github.com/tulilirockz/dough
- Owner: tulilirockz
- License: other
- Created: 2024-07-27T20:41:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T23:46:12.000Z (almost 2 years ago)
- Last Synced: 2025-10-26T16:59:04.234Z (8 months ago)
- Topics: disk-partition, fdisk, linux, zig
- Language: Zig
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dough
Disko but cooler
Uses YAML for configuration instead of that
```bash
dough plan ./declaration.yaml /dev/device or FILE # Shows what will be changed if applied
dough apply ./declaration.yaml /dev/device # Applies formatting to the selected device + works with raw files
```