Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 03:43
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/93f41ae484ae3e55c21927a5a6131698 to your computer and use it in GitHub Desktop.
Save r-ryantm/93f41ae484ae3e55c21927a5a6131698 to your computer and use it in GitHub Desktop.
/nix/store/wwxf5j1i494infyy7p8r44wnhwsp2xdv-tmuxp-1.5.6
├── 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.6.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment