Add package lsblk (#2899)

This commit is contained in:
madomado 2024-07-01 12:08:59 +08:00 committed by GitHub
parent d1fb391bf3
commit 03e10eed53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33729,5 +33729,20 @@
"description": "A high-level and easy to use PGP library. Using Rust & Sequoia-PGP on the backend!",
"license": "MIT",
"web": "https://gitlab.com/IAlbassort/nimPGP/"
},
{
"name": "lsblk",
"url": "https://github.com/FyraLabs/lsblk.nim",
"method": "git",
"tags": [
"lsblk",
"disks",
"partitions",
"mountpoints",
"filesystem"
],
"description": "List out block-devices, including disks, partitions and their mountpoints",
"license": "MIT",
"web": "https://github.com/FyraLabs/lsblk.nim"
}
]