Skip to content

Instantly share code, notes, and snippets.

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/454fc48c76309448841684b9e067934f to your computer and use it in GitHub Desktop.
Save r-ryantm/454fc48c76309448841684b9e067934f to your computer and use it in GitHub Desktop.
/nix/store/fxwqjzykpiwvgyvwcl8bsz5iig2bxj6k-gcalcli-4.2.1
├── bin
│   └── gcalcli
├── lib
│   └── python3.7
│   └── site-packages
│   ├── gcalcli
│   │   ├── argparsers.py
│   │   ├── cli.py
│   │   ├── conflicts.py
│   │   ├── deprecations.py
│   │   ├── exceptions.py
│   │   ├── gcal.py
│   │   ├── __init__.py
│   │   ├── printer.py
│   │   ├── __pycache__
│   │   │   ├── argparsers.cpython-37.pyc
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── conflicts.cpython-37.pyc
│   │   │   ├── deprecations.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── gcal.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── printer.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── validators.cpython-37.pyc
│   │   ├── utils.py
│   │   └── validators.py
│   └── gcalcli-4.2.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
└── gcalcli.1.gz
11 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment