Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,13 @@ This script draws menu to mount and unmount partitions using udisksctl and ncurs
- lsblk 2.3 or newer

# How to install
Firstly you need to clone this repo to the plugins directory of ranger
You need to clone this repo to the plugins directory of ranger

```Bash
cd ~/.config/ranger/plugins
git clone https://github.com/SL-RU/ranger_udisk_menu
```

Then you need to add to `~/.config/ranger/commands.py` line:

```Python3
from plugins.ranger_udisk_menu.mounter import mount
```

Thats all

# How to use
Expand Down
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .mounter import mount