Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coldfix/udiskie
Automounter for removable media
https://github.com/coldfix/udiskie
automount notifications tray-menu
Last synced: 1 day ago
JSON representation
Automounter for removable media
- Host: GitHub
- URL: https://github.com/coldfix/udiskie
- Owner: coldfix
- License: mit
- Created: 2013-09-10T15:36:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T17:55:02.000Z (9 months ago)
- Last Synced: 2024-04-24T19:12:11.339Z (9 months ago)
- Topics: automount, notifications, tray-menu
- Language: Python
- Homepage:
- Size: 1.56 MB
- Stars: 815
- Watchers: 8
- Forks: 55
- Open Issues: 30
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: COPYING
Awesome Lists containing this project
- stars - coldfix/udiskie
README
=======
udiskie
=======|Version| |License| |Translations|
*udiskie* is a udisks2_ front-end that allows to manage removable media such
as CDs or flash drives from userspace.|Screenshot|
Its features include:
- automount removable media
- notifications
- tray icon
- command line tools for manual un-/mounting
- LUKS encrypted devices
- unlocking with keyfiles (requires udisks 2.6.4)
- loop devices (mounting iso archives)
- password caching (requires python keyutils 0.3)All features can be individually enabled or disabled.
**NOTE:** support for python2 and udisks1 have been removed. If you need a
version of udiskie that supports python2, please check out the ``1.7.X``
releases or the ``maint-1.7`` branch... _udisks2: https://www.freedesktop.org/wiki/Software/udisks
- `Documentation`_
- Usage_
- Installation_
- `Debug Info`_
- Troubleshooting_
- FAQ_- `Man page`_
- `Source Code`_
- `Latest Release`_
- `Issue Tracker`_.. _Documentation: https://github.com/coldfix/udiskie/wiki
.. _Usage: https://github.com/coldfix/udiskie/wiki/Usage
.. _Installation: https://github.com/coldfix/udiskie/wiki/Installation
.. _Debug Info: https://github.com/coldfix/udiskie/wiki/Debug-Info
.. _Troubleshooting: https://github.com/coldfix/udiskie/wiki/Troubleshooting
.. _FAQ: https://github.com/coldfix/udiskie/wiki/FAQ.. _Man Page: https://raw.githubusercontent.com/coldfix/udiskie/master/doc/udiskie.8.txt
.. _Source Code: https://github.com/coldfix/udiskie
.. _Latest Release: https://pypi.python.org/pypi/udiskie/
.. _Issue Tracker: https://github.com/coldfix/udiskie/issues
.. _Roadmap: https://github.com/coldfix/udiskie/blob/master/HACKING.rst#roadmap.. Badges:
.. |Version| image:: https://img.shields.io/pypi/v/udiskie.svg
:target: https://pypi.python.org/pypi/udiskie
:alt: Version.. |License| image:: https://img.shields.io/pypi/l/udiskie.svg
:target: https://github.com/coldfix/udiskie/blob/master/COPYING
:alt: License: MIT.. |Translations| image:: http://weblate.coldfix.de/widgets/udiskie/-/udiskie/svg-badge.svg
:target: http://weblate.coldfix.de/engage/udiskie/
:alt: Translations.. |Screenshot| image:: https://raw.githubusercontent.com/coldfix/udiskie/master/screenshot.png
:target: https://raw.githubusercontent.com/coldfix/udiskie/master/screenshot.png
:alt: Screenshot