Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 10, 2020 07:55
Show Gist options
  • Save r-ryantm/1277d38f28effd3240eef978e589426f to your computer and use it in GitHub Desktop.
Save r-ryantm/1277d38f28effd3240eef978e589426f to your computer and use it in GitHub Desktop.
/nix/store/zdgwbl1jq33fnsa20vrqhg6gv4gclh0h-python3.7-ueberzug-18.1.8
├── bin
│   └── ueberzug
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ueberzug
│   │   ├── action.py
│   │   ├── batch.py
│   │   ├── conversion.py
│   │   ├── files.py
│   │   ├── geometry.py
│   │   ├── __init__.py
│   │   ├── layer.py
│   │   ├── lib
│   │   │   ├── __init__.py
│   │   │   ├── lib.sh
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── v0
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── library.py
│   │   ├── loading.py
│   │   ├── __main__.py
│   │   ├── parser.py
│   │   ├── pattern.py
│   │   ├── __pycache__
│   │   │   ├── action.cpython-37.pyc
│   │   │   ├── batch.cpython-37.pyc
│   │   │   ├── conversion.cpython-37.pyc
│   │   │   ├── files.cpython-37.pyc
│   │   │   ├── geometry.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── layer.cpython-37.pyc
│   │   │   ├── library.cpython-37.pyc
│   │   │   ├── loading.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   ├── pattern.cpython-37.pyc
│   │   │   ├── query_windows.cpython-37.pyc
│   │   │   ├── scaling.cpython-37.pyc
│   │   │   ├── terminal.cpython-37.pyc
│   │   │   ├── thread.cpython-37.pyc
│   │   │   ├── tmux_util.cpython-37.pyc
│   │   │   ├── ui.cpython-37.pyc
│   │   │   ├── version.cpython-37.pyc
│   │   │   └── xutil.cpython-37.pyc
│   │   ├── query_windows.py
│   │   ├── scaling.py
│   │   ├── terminal.py
│   │   ├── thread.py
│   │   ├── tmux_util.py
│   │   ├── ui.py
│   │   ├── version.py
│   │   └── xutil.py
│   ├── ueberzug-18.1.8.dist-info
│   │   ├── direct_url.json
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── Xshm.cpython-37m-x86_64-linux-gnu.so
└── nix-support
└── propagated-build-inputs
12 directories, 56 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment