Tiny curses wrapper around lsblk and udisksctl.
Arch users can simply run the following command from the project directory
makepkg -si
Anyone else can install the program with pip
pip install --user blkmenu
Or by running the following commands from the project directory
install -Dm755 blkmenu "$HOME/.local/bin/blkmenu"
install -Dm644 blkmenu.1 "$HOME/.local/share/man/man1/blkmenu.1"
Type ?
once you start blkmenu
for a quick overview of all predefined key bindings.
An overview of all command line options can be found here or by running man blkmenu
.
Run blkmenu --help
for a quick help.
See LICENSE.txt.