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

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

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
```