Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 10, 2020 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/e93e552778daba908dbc874c96d4775b to your computer and use it in GitHub Desktop.
Save r-ryantm/e93e552778daba908dbc874c96d4775b to your computer and use it in GitHub Desktop.
/nix/store/1516bp38pgz4jb3jrjzqbjikbgribfbh-udiskie-2.1.0
├── bin
│   ├── udiskie
│   ├── udiskie-info
│   ├── udiskie-mount
│   └── udiskie-umount
├── lib
│   └── python3.7
│   └── site-packages
│   ├── udiskie
│   │   ├── appindicator.py
│   │   ├── async_.py
│   │   ├── automount.py
│   │   ├── cache.py
│   │   ├── cli.py
│   │   ├── common.py
│   │   ├── config.py
│   │   ├── dbus.py
│   │   ├── depend.py
│   │   ├── __init__.py
│   │   ├── locale.py
│   │   ├── mount.py
│   │   ├── notify.py
│   │   ├── password_dialog.ui
│   │   ├── prompt.py
│   │   ├── __pycache__
│   │   │   ├── appindicator.cpython-37.pyc
│   │   │   ├── async_.cpython-37.pyc
│   │   │   ├── automount.cpython-37.pyc
│   │   │   ├── cache.cpython-37.pyc
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── dbus.cpython-37.pyc
│   │   │   ├── depend.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── locale.cpython-37.pyc
│   │   │   ├── mount.cpython-37.pyc
│   │   │   ├── notify.cpython-37.pyc
│   │   │   ├── prompt.cpython-37.pyc
│   │   │   ├── tray.cpython-37.pyc
│   │   │   └── udisks2.cpython-37.pyc
│   │   ├── tray.py
│   │   └── udisks2.py
│   └── udiskie-2.1.0.dist-info
│   ├── COPYING
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
├── 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
│   ├── ru_RU
│   │   └── LC_MESSAGES
│   │   └── udiskie.mo
│   └── sk_SK
│   └── LC_MESSAGES
│   └── udiskie.mo
├── man
│   └── man8
│   └── udiskie.8.gz
└── zsh
└── site-functions
├── _udiskie
├── _udiskie-mount
└── _udiskie-umount
26 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment