All Projects → fogine → udiskie-dmenu

fogine / udiskie-dmenu

Licence: MIT license
Manage removable devices in couple of keystrokes!

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to udiskie-dmenu

rofi-fontawesome
fontawesome icon list for rofi dmenu
Stars: ✭ 58 (+93.33%)
Mutual labels:  dmenu, rofi
rofi-power-menu
Configurable power menu mode for Rofi and dmenu
Stars: ✭ 207 (+590%)
Mutual labels:  dmenu, rofi
kpmenu
Dmenu/rofi interface for KeePass
Stars: ✭ 21 (-30%)
Mutual labels:  dmenu, rofi
menu-calc
A calculator for Rofi/dmenu(2)
Stars: ✭ 45 (+50%)
Mutual labels:  dmenu, rofi
rofi
Rofi: A window switcher, application launcher and dmenu replacement
Stars: ✭ 9,231 (+30670%)
Mutual labels:  dmenu, rofi
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (+73.33%)
Mutual labels:  dmenu, rofi
dmenu-hotkeys
View for your hotkeys in rofi/dmenu style
Stars: ✭ 51 (+70%)
Mutual labels:  dmenu, rofi
blue-sky
A clean and blue BSPWM setup
Stars: ✭ 267 (+790%)
Mutual labels:  rofi
Dotfiles
🍙 Personal dotfiles repository.
Stars: ✭ 148 (+393.33%)
Mutual labels:  dmenu
webextension-dmenu
Tab search, selection and beyond with a dmenu filter program
Stars: ✭ 17 (-43.33%)
Mutual labels:  dmenu
react-class-hooks
React Hooks implementation for Class Components. Support React >= 15.3.2
Stars: ✭ 63 (+110%)
Mutual labels:  unmount
CleanDmenu
🚀 Floating and enhanced dmenu build
Stars: ✭ 25 (-16.67%)
Mutual labels:  dmenu
i3wm-config
i3wm config files. Updated config files are in the repository below.
Stars: ✭ 13 (-56.67%)
Mutual labels:  rofi
nord-rofi-theme
An arctic, north-bluish clean and elegant rofi color theme.
Stars: ✭ 128 (+326.67%)
Mutual labels:  rofi
Singularis
My System Configuration ⚙️
Stars: ✭ 27 (-10%)
Mutual labels:  rofi
configuration
Config files
Stars: ✭ 12 (-60%)
Mutual labels:  rofi
LUKS-OPs
A bash script to automate the most basic usage of LUKS volumes in Linux VPS
Stars: ✭ 30 (+0%)
Mutual labels:  luks
wm4noobs
Vire um mago do Linux usando window manager. Become a Linux wizard using window manager. i3wm fan guide in portuguese.
Stars: ✭ 97 (+223.33%)
Mutual labels:  rofi
dotfiles
My dotfiles
Stars: ✭ 204 (+580%)
Mutual labels:  rofi
rofi
🧛🏻‍♂️ Dark theme for rofi
Stars: ✭ 97 (+223.33%)
Mutual labels:  rofi

udiskie-dmenu

Lightweight nodejs script which allows to manage removable devices via dmenu (or rofi).

Preview

Installation

npm install -g udiskie-dmenu

or copy the udiskie-dmenu executable somewhere to $PATH

Archlinux

udiskie-dmenu-git AUR package

Features

  • mount
  • umount
  • Supports Luks encrypted devices

Dependencies

Usage

rofi

    > UDISKIE_DMENU_LAUNCHER="rofi" udiskie-dmenu -matching regex -dmenu -i -no-custom -multi-select

User defined shortcut -kb-custom-1 (defaults to Alt+1) will detach drive (umount) by e.g. powering down its physical port.
The following example redefines the custom shortcut to Shift+Enter:

UDISKIE_DMENU_LAUNCHER='rofi' udiskie-dmenu -dmenu -kb-accept-alt "" -kb-custom-1 "Shift+Return"

You must ensure that the key combination isn't already binded to other operation (in this case -kb-accept-alt).

dmenu

    > udiskie-dmenu [dmenu-options]

system notifications

To be notified about mount & umount device status, run udiskie as a daemon when system starts (see man udiskie for more info)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].