Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 15, 2019 17:48
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/871bb806002c250956507b62ed5d7fc4 to your computer and use it in GitHub Desktop.
Save ryantm/871bb806002c250956507b62ed5d7fc4 to your computer and use it in GitHub Desktop.
/nix/store/jcvwj214bcvz2z93czflxnp395rjxv6r-khard-0.14.0
├── bin
│   └── khard
├── lib
│   └── python3.7
│   └── site-packages
│   ├── khard
│   │   ├── actions.py
│   │   ├── address_book.py
│   │   ├── carddav_object.py
│   │   ├── config.py
│   │   ├── helpers.py
│   │   ├── __init__.py
│   │   ├── khard.py
│   │   ├── __main__.py
│   │   ├── object_type.py
│   │   ├── __pycache__
│   │   │   ├── actions.cpython-37.pyc
│   │   │   ├── address_book.cpython-37.pyc
│   │   │   ├── carddav_object.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── khard.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── object_type.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── khard-0.14.0.dist-info
│   ├── AUTHORS
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── zsh
└── site-functions
└── _khard
11 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment