gitextract_stv4va3s/ ├── .flake8 ├── .github/ │ └── workflows/ │ └── ci.yaml ├── .gitignore ├── LICENSE ├── Makefile ├── README.rst ├── gist/ │ ├── __init__.py │ ├── client.py │ ├── gist.py │ └── version.py ├── pyproject.toml ├── requirements-dev.txt ├── requirements.txt ├── share/ │ ├── gist-fzf.bash │ ├── gist-fzsl.bash │ ├── gist.bash │ ├── gist.fish │ └── gist.zsh ├── tests/ │ ├── __init__.py │ ├── conftest.py │ ├── test_cli.py │ ├── test_cli_parser.py │ ├── test_config.py │ └── test_gist.py └── tox.ini