1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
=======
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
|