Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 20, 2018 18:27
Show Gist options
  • Save ryantm/b8c058b519fdc73cbd6a8b7062bb7dea to your computer and use it in GitHub Desktop.
Save ryantm/b8c058b519fdc73cbd6a8b7062bb7dea to your computer and use it in GitHub Desktop.
/nix/store/y1i5v63y71myq5wcb6dyzb9g2snryf69-udiskie-1.7.4
├── bin
│   ├── udiskie
│   ├── udiskie-info
│   ├── udiskie-mount
│   └── udiskie-umount
├── lib
│   └── python3.6
│   └── site-packages
│   ├── udiskie
│   │   ├── appindicator.py
│   │   ├── async_.py
│   │   ├── automount.py
│   │   ├── cache.py
│   │   ├── cli.py
│   │   ├── common.py
│   │   ├── compat.py
│   │   ├── config.py
│   │   ├── dbus.py
│   │   ├── depend.py
│   │   ├── __init__.py
│   │   ├── locale.py
│   │   ├── mount.py
│   │   ├── notify.py
│   │   ├── prompt.py
│   │   ├── __pycache__
│   │   │   ├── appindicator.cpython-36.pyc
│   │   │   ├── async_.cpython-36.pyc
│   │   │   ├── automount.cpython-36.pyc
│   │   │   ├── cache.cpython-36.pyc
│   │   │   ├── cli.cpython-36.pyc
│   │   │   ├── common.cpython-36.pyc
│   │   │   ├── compat.cpython-36.pyc
│   │   │   ├── config.cpython-36.pyc
│   │   │   ├── dbus.cpython-36.pyc
│   │   │   ├── depend.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── locale.cpython-36.pyc
│   │   │   ├── mount.cpython-36.pyc
│   │   │   ├── notify.cpython-36.pyc
│   │   │   ├── prompt.cpython-36.pyc
│   │   │   ├── tray.cpython-36.pyc
│   │   │   ├── udisks1.cpython-36.pyc
│   │   │   └── udisks2.cpython-36.pyc
│   │   ├── tray.py
│   │   ├── udisks1.py
│   │   └── udisks2.py
│   └── udiskie-1.7.4.dist-info
│   ├── DESCRIPTION.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── icons
│   └── hicolor
│   └── scalable
│   └── actions
│   ├── udiskie-detach.svg
│   ├── udiskie-eject.svg
│   ├── udiskie-lock.svg
│   ├── udiskie-mount.svg
│   ├── udiskie-unlock.svg
│   └── udiskie-unmount.svg
├── locale
│   ├── en_US
│   │   └── LC_MESSAGES
│   │   └── udiskie.mo
│   └── es_ES
│   └── LC_MESSAGES
│   └── udiskie.mo
├── man
│   └── man8
│   └── udiskie.8.gz
└── zsh
└── site-functions
├── _udiskie
├── _udiskie-mount
└── _udiskie-umount
22 directories, 61 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment