Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 14, 2018 04:10
Show Gist options
  • Save ryantm/57c6765aeb1ad7124a9c74a2a9c7f2d9 to your computer and use it in GitHub Desktop.
Save ryantm/57c6765aeb1ad7124a9c74a2a9c7f2d9 to your computer and use it in GitHub Desktop.
/nix/store/9dm2qy3r55fzn3lk437ybka94mc95qk9-khal-0.9.10
├── 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.10.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── zsh
└── site-functions
└── __khal
17 directories, 67 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment