Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 3, 2019 05:11
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/cd1446a0b7b8fb602e2a5f1d58a13749 to your computer and use it in GitHub Desktop.
Save ryantm/cd1446a0b7b8fb602e2a5f1d58a13749 to your computer and use it in GitHub Desktop.
/nix/store/i71v1dpn0qpn9blzmb183ha2b03zrpn8-tmuxp-1.5.1
├── bin
│   └── tmuxp
├── lib
│   └── python2.7
│   └── site-packages
│   ├── tmuxp
│   │   ├── __about__.py
│   │   ├── __about__.pyc
│   │   ├── cli.py
│   │   ├── cli.pyc
│   │   ├── _compat.py
│   │   ├── _compat.pyc
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── exc.py
│   │   ├── exc.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── log.py
│   │   ├── log.pyc
│   │   ├── util.py
│   │   ├── util.pyc
│   │   ├── workspacebuilder.py
│   │   └── workspacebuilder.pyc
│   └── tmuxp-1.5.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment