Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 30, 2018 17:41
Show Gist options
  • Save ryantm/a146a88f248f45c280a17c50a0d46b79 to your computer and use it in GitHub Desktop.
Save ryantm/a146a88f248f45c280a17c50a0d46b79 to your computer and use it in GitHub Desktop.
/nix/store/wkssgwwqyffwnf7c8p1zi180xjm256il-khal-0.9.9
├── bin
│   ├── ikhal
│   └── khal
├── lib
│   └── python3.6
│   └── site-packages
│   ├── khal
│   │   ├── calendar_display.py
│   │   ├── cli.py
│   │   ├── configwizard.py
│   │   ├── controllers.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── khalendar
│   │   │   ├── backend.py
│   │   │   ├── event.py
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── khalendar.py
│   │   │   ├── __pycache__
│   │   │   │   ├── backend.cpython-36.pyc
│   │   │   │   ├── event.cpython-36.pyc
│   │   │   │   ├── exceptions.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── khalendar.cpython-36.pyc
│   │   │   │   ├── utils.cpython-36.pyc
│   │   │   │   └── vdir.cpython-36.pyc
│   │   │   ├── utils.py
│   │   │   └── vdir.py
│   │   ├── log.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── calendar_display.cpython-36.pyc
│   │   │   ├── cli.cpython-36.pyc
│   │   │   ├── configwizard.cpython-36.pyc
│   │   │   ├── controllers.cpython-36.pyc
│   │   │   ├── exceptions.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── log.cpython-36.pyc
│   │   │   ├── __main__.cpython-36.pyc
│   │   │   ├── terminal.cpython-36.pyc
│   │   │   ├── utils.cpython-36.pyc
│   │   │   └── version.cpython-36.pyc
│   │   ├── settings
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── khal.spec
│   │   │   ├── __pycache__
│   │   │   │   ├── exceptions.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── settings.cpython-36.pyc
│   │   │   │   └── utils.cpython-36.pyc
│   │   │   ├── settings.py
│   │   │   └── utils.py
│   │   ├── terminal.py
│   │   ├── ui
│   │   │   ├── base.py
│   │   │   ├── calendarwidget.py
│   │   │   ├── colors.py
│   │   │   ├── editor.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-36.pyc
│   │   │   │   ├── calendarwidget.cpython-36.pyc
│   │   │   │   ├── colors.cpython-36.pyc
│   │   │   │   ├── editor.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── widgets.cpython-36.pyc
│   │   │   └── widgets.py
│   │   ├── utils.py
│   │   └── version.py
│   └── khal-0.9.9.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
14 directories, 66 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment