Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 8, 2018 07:26
Show Gist options
  • Save ryantm/9cc6cb35afe53057b07f364f2b4bfae8 to your computer and use it in GitHub Desktop.
Save ryantm/9cc6cb35afe53057b07f364f2b4bfae8 to your computer and use it in GitHub Desktop.
/nix/store/1gzy7b5js44k972zrjzd5g2rjk00l901-http-prompt-0.11.2
├── bin
│   └── http-prompt
├── lib
│   └── python2.7
│   └── site-packages
│   ├── http_prompt
│   │   ├── cli.py
│   │   ├── cli.pyc
│   │   ├── completer.py
│   │   ├── completer.pyc
│   │   ├── completion.py
│   │   ├── completion.pyc
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── context
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── transform.py
│   │   │   └── transform.pyc
│   │   ├── contextio.py
│   │   ├── contextio.pyc
│   │   ├── defaultconfig.py
│   │   ├── defaultconfig.pyc
│   │   ├── execution.py
│   │   ├── execution.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── lexer.py
│   │   ├── lexer.pyc
│   │   ├── options.py
│   │   ├── options.pyc
│   │   ├── output.py
│   │   ├── output.pyc
│   │   ├── tree.py
│   │   ├── tree.pyc
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── xdg.py
│   │   └── xdg.pyc
│   └── http_prompt-0.11.2.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment