Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 4, 2019 10:44
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 ryantm/227b9c444d0ca5140191e2dacfa78431 to your computer and use it in GitHub Desktop.
Save ryantm/227b9c444d0ca5140191e2dacfa78431 to your computer and use it in GitHub Desktop.
/nix/store/rl5yn1d4fm6dfdciklkpdw8jkj8dbi7g-python3.7-libtmux-0.8.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── libtmux
│   │   ├── __about__.py
│   │   ├── common.py
│   │   ├── _compat.py
│   │   ├── exc.py
│   │   ├── formats.py
│   │   ├── __init__.py
│   │   ├── pane.py
│   │   ├── __pycache__
│   │   │   ├── __about__.cpython-37.pyc
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── _compat.cpython-37.pyc
│   │   │   ├── exc.cpython-37.pyc
│   │   │   ├── formats.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pane.cpython-37.pyc
│   │   │   ├── server.cpython-37.pyc
│   │   │   ├── session.cpython-37.pyc
│   │   │   ├── test.cpython-37.pyc
│   │   │   └── window.cpython-37.pyc
│   │   ├── server.py
│   │   ├── session.py
│   │   ├── test.py
│   │   └── window.py
│   └── libtmux-0.8.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment