Skip to content
/ blkmenu Public

Tiny curses wrapper around lsblk and udisksctl

License

Notifications You must be signed in to change notification settings

gcmt/blkmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blkmenu

Tiny curses wrapper around lsblk and udisksctl.

Screenshot

Installation

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"

Usage

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.

License

See LICENSE.txt.

About

Tiny curses wrapper around lsblk and udisksctl

Resources

License

Stars

Watchers

Forks

Packages

No packages published