Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 19, 2018 14:14
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/35aa830ec0fa7273c3fb1c3b986aceb3 to your computer and use it in GitHub Desktop.
Save ryantm/35aa830ec0fa7273c3fb1c3b986aceb3 to your computer and use it in GitHub Desktop.
/nix/store/pbh44d00l6if1ykbvjvzacgcm1bfsdlf-http-prompt-1.0.0
├── 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-1.0.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment