Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 29, 2020 16:00
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/e087a9712f68ecf7ca6fb3b4093ba5a8 to your computer and use it in GitHub Desktop.
Save r-ryantm/e087a9712f68ecf7ca6fb3b4093ba5a8 to your computer and use it in GitHub Desktop.
/nix/store/wbpp9ag06jnkd86s6ydv7jlzx97a3bhr-python2.7-argcomplete-1.12.1
├── bin
│   ├── activate-global-python-argcomplete
│   ├── python-argcomplete-check-easy-install-script
│   ├── python-argcomplete-tcsh
│   └── register-python-argcomplete
├── lib
│   └── python2.7
│   └── site-packages
│   ├── argcomplete
│   │   ├── bash_completion.d
│   │   │   └── python-argcomplete
│   │   ├── _check_console_script.py
│   │   ├── _check_console_script.pyc
│   │   ├── _check_module.py
│   │   ├── _check_module.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── completers.py
│   │   ├── completers.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── my_argparse.py
│   │   ├── my_argparse.pyc
│   │   ├── my_shlex.py
│   │   ├── my_shlex.pyc
│   │   ├── shell_integration.py
│   │   └── shell_integration.pyc
│   └── argcomplete-1.12.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment