Skip to content

Instantly share code, notes, and snippets.

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/8c48c2b32410bbd8d7a8e3ae8ae63cc6 to your computer and use it in GitHub Desktop.
Save r-ryantm/8c48c2b32410bbd8d7a8e3ae8ae63cc6 to your computer and use it in GitHub Desktop.
/nix/store/nghij1ymv41vsxf9b897d510hw2sl5nx-rofi-mpd-2.2.1
├── bin
│   └── rofi-mpd
├── lib
│   └── python3.7
│   └── site-packages
│   ├── rofi
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── rofi.cpython-37.pyc
│   │   └── rofi.py
│   ├── rofi_mpd
│   │   ├── config.py
│   │   ├── date_parser.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── date_parser.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── rofi_mpd.cpython-37.pyc
│   │   └── rofi_mpd.py
│   └── Rofi_MPD-2.2.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment