├── .gitignore ├── LICENSE ├── README.md ├── menu.py ├── mounter.py └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SL-RU/ranger_udisk_menu/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SL-RU/ranger_udisk_menu/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SL-RU/ranger_udisk_menu/HEAD/README.md -------------------------------------------------------------------------------- /menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SL-RU/ranger_udisk_menu/HEAD/menu.py -------------------------------------------------------------------------------- /mounter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SL-RU/ranger_udisk_menu/HEAD/mounter.py -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SL-RU/ranger_udisk_menu/HEAD/screenshot.png --------------------------------------------------------------------------------