mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 19:44:05 +00:00
23 lines
463 B
Plaintext
23 lines
463 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# udiskie-dmenu
|
|
|
|
> A dmenu/rofi-based frontend for udiskie to mount and unmount devices interactively.
|
|
> Requires udiskie and either dmenu or rofi.
|
|
> More information: <https://github.com/fogine/udiskie-dmenu>.
|
|
|
|
- Launch the menu to mount or unmount devices:
|
|
|
|
`udiskie-dmenu`
|
|
|
|
- Use rofi instead of dmenu:
|
|
|
|
`udiskie-dmenu --rofi`
|
|
|
|
- Display help:
|
|
|
|
`udiskie-dmenu --help`
|