LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

udiskie-dmenu

Dmenu-based device mount/unmount interface

TLDR

Launch mount/unmount menu
$ udiskie-dmenu
copy
Use rofi instead of dmenu
$ udiskie-dmenu --rofi
copy
Mount devices only
$ udiskie-dmenu mount
copy
Unmount devices only
$ udiskie-dmenu unmount
copy
Display help
$ udiskie-dmenu --help
copy

SYNOPSIS

udiskie-dmenu [OPTIONS]

DESCRIPTION

udiskie-dmenu provides a dmenu or rofi-based frontend for udiskie to mount and unmount devices interactively. It presents a menu of available devices for quick selection.This tool integrates with tiling window managers that use dmenu or rofi as their primary launcher interface.

PARAMETERS

mount

Show only mountable devices.
unmount
Show only unmountable (mounted) devices.
--rofi
Use rofi instead of dmenu.
--help
Display help information.

CAVEATS

Requires udiskie and either dmenu or rofi installed. Available devices depend on connected hardware and udiskie configuration.

SEE ALSO

udiskie(1), udisksctl(1), dmenu(1), rofi(1)

Copied to clipboard
Kai