Shows a menu for handling mount/unmount disk with udisksctl
.
- Python
- udisksctl
- Tmux
Add the plugin in .tmux.conf
:
set -g @plugin 'c3r34lk1ll3r/tmux-mount.git'
Press prefix + I
to fetch the plugin and source it. Done.
Clone the repo somewhere. Add run-shell
in the end of .tmux.conf
:
run-shell PATH_TO_REPO/tmux-mount.tmux
Resource the file (or restart Tmux).
Press Tmux prefix + O
(for example, C-b O
) and a menu will compare.
Selecting a mounted device, that will be unmount. Instead, selecting a umounted device, that will mounted.
- A lot of testing
tmux-mount plugin is released under the MIT License.