Tree
- Tree:
76774eb86c9dd4abb77cc01a939a38d42e45e36d
- Date:
- Message:
- Redesign + Added LABEL, USED, FREE fields
.gitignore | commits | blame |
ChangeLog.md | commits | blame |
LICENSE | commits | blame |
Makefile | commits | blame |
README.md | commits | blame |
lsblk.8 | commits | blame |
lsblk.c | commits | blame |
README.md
# lsblk for OpenBSD This project aims to implement a clone of lsblk for OpenBSD. ## Quirks - It requires root privileges Workaround: `make unroot` ## TODO - [ ] Fancy unicodes: `├─` & `└─` - [ ] Where should "LABEL" go? After "NAME" or before "MOUNT"?