Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2019 10:42
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/88f89be40f67ebda3d57786feca32039 to your computer and use it in GitHub Desktop.
Save ryantm/88f89be40f67ebda3d57786feca32039 to your computer and use it in GitHub Desktop.
/nix/store/kihf919f8abh2h91sav8vi9l8hk9067f-pgcli-2.0.2
├── bin
│   └── pgcli
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pgcli
│   │   ├── completion_refresher.py
│   │   ├── config.py
│   │   ├── encodingutils.py
│   │   ├── __init__.py
│   │   ├── key_bindings.py
│   │   ├── magic.py
│   │   ├── main.py
│   │   ├── packages
│   │   │   ├── __init__.py
│   │   │   ├── parseutils
│   │   │   │   ├── ctes.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── meta.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── ctes.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── meta.cpython-37.pyc
│   │   │   │   │   ├── tables.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── tables.py
│   │   │   │   └── utils.py
│   │   │   ├── pgliterals
│   │   │   │   ├── __init__.py
│   │   │   │   ├── main.py
│   │   │   │   ├── pgliterals.json
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── main.cpython-37.pyc
│   │   │   ├── prioritization.py
│   │   │   ├── prompt_utils.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── prioritization.cpython-37.pyc
│   │   │   │   ├── prompt_utils.cpython-37.pyc
│   │   │   │   └── sqlcompletion.cpython-37.pyc
│   │   │   └── sqlcompletion.py
│   │   ├── pgbuffer.py
│   │   ├── pgclirc
│   │   ├── pgcompleter.py
│   │   ├── pgexecute.py
│   │   ├── pgstyle.py
│   │   ├── pgtoolbar.py
│   │   └── __pycache__
│   │   ├── completion_refresher.cpython-37.pyc
│   │   ├── config.cpython-37.pyc
│   │   ├── encodingutils.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── key_bindings.cpython-37.pyc
│   │   ├── magic.cpython-37.pyc
│   │   ├── main.cpython-37.pyc
│   │   ├── pgbuffer.cpython-37.pyc
│   │   ├── pgcompleter.cpython-37.pyc
│   │   ├── pgexecute.cpython-37.pyc
│   │   ├── pgstyle.cpython-37.pyc
│   │   └── pgtoolbar.cpython-37.pyc
│   └── pgcli-2.0.2.dist-info
│   ├── AUTHORS
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
14 directories, 58 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment