Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 01:59
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/e7e4615f21219e9286025d1bd7047467 to your computer and use it in GitHub Desktop.
Save ryantm/e7e4615f21219e9286025d1bd7047467 to your computer and use it in GitHub Desktop.
/nix/store/df9nfxq67b6ddj1nvyl3x5c11akvx9a0-python3.8-cmd2-0.9.21
├── lib
│   └── python3.8
│   └── site-packages
│   ├── cmd2
│   │   ├── ansi.py
│   │   ├── argparse_completer.py
│   │   ├── argparse_custom.py
│   │   ├── clipboard.py
│   │   ├── cmd2.py
│   │   ├── constants.py
│   │   ├── decorators.py
│   │   ├── history.py
│   │   ├── __init__.py
│   │   ├── parsing.py
│   │   ├── plugin.py
│   │   ├── py_bridge.py
│   │   ├── __pycache__
│   │   │   ├── ansi.cpython-38.pyc
│   │   │   ├── argparse_completer.cpython-38.pyc
│   │   │   ├── argparse_custom.cpython-38.pyc
│   │   │   ├── clipboard.cpython-38.pyc
│   │   │   ├── cmd2.cpython-38.pyc
│   │   │   ├── constants.cpython-38.pyc
│   │   │   ├── decorators.cpython-38.pyc
│   │   │   ├── history.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── parsing.cpython-38.pyc
│   │   │   ├── plugin.cpython-38.pyc
│   │   │   ├── py_bridge.cpython-38.pyc
│   │   │   ├── rl_utils.cpython-38.pyc
│   │   │   ├── transcript.cpython-38.pyc
│   │   │   └── utils.cpython-38.pyc
│   │   ├── rl_utils.py
│   │   ├── transcript.py
│   │   └── utils.py
│   └── cmd2-0.9.21.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment