Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 12, 2021 05:52
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/4ff2ea5ed109d7688bcc162d043fb849 to your computer and use it in GitHub Desktop.
Save r-ryantm/4ff2ea5ed109d7688bcc162d043fb849 to your computer and use it in GitHub Desktop.
/nix/store/fhv8j5hfqz654y1dbf3114gg1l4x4mwq-tmuxp-1.7.0
├── 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
│   │   ├── plugin.py
│   │   ├── plugin.pyc
│   │   ├── shell.py
│   │   ├── shell.pyc
│   │   ├── util.py
│   │   ├── util.pyc
│   │   ├── workspacebuilder.py
│   │   └── workspacebuilder.pyc
│   └── tmuxp-1.7.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 33 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment