Skip to content

Commit

Permalink
Add package lsblk (#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Jul 1, 2024
1 parent d1fb391 commit 03e10ee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 03e10ee

Please sign in to comment.