Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 18, 2019 15:20
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/95a99b763cf5e77e43c25eafc592d416 to your computer and use it in GitHub Desktop.
Save ryantm/95a99b763cf5e77e43c25eafc592d416 to your computer and use it in GitHub Desktop.
/nix/store/61736x4yjkm1jjsjg7nvfsbc3v1c9diy-tmuxp-1.5.3
├── 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.3.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