Tree
- Tree:
feb2cfd7644d6f6a2df6a46b12c8614b97c08f5d
- Date:
- Message:
- Added -a option
.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"?