Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 29, 2019 21:48
Show Gist options
  • Save ryantm/c4cea9fcac62600db751334814cb9318 to your computer and use it in GitHub Desktop.
Save ryantm/c4cea9fcac62600db751334814cb9318 to your computer and use it in GitHub Desktop.
/nix/store/nd4gkjfgvc7ndg4f4m5wkn5049ns1cxj-tmuxp-1.5.4
├── 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.4.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