Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 10, 2020 21:42
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/bfce8d683f1a039a5e521ccca83c1027 to your computer and use it in GitHub Desktop.
Save r-ryantm/bfce8d683f1a039a5e521ccca83c1027 to your computer and use it in GitHub Desktop.
/nix/store/1ndz00y433cy4icy04xpkplmzr8d0l8g-urlwatch-2.18
├── bin
│   └── urlwatch
├── lib
│   └── python3.7
│   └── site-packages
│   ├── urlwatch
│   │   ├── cli.py
│   │   ├── command.py
│   │   ├── config.py
│   │   ├── filters.py
│   │   ├── handler.py
│   │   ├── html2txt.py
│   │   ├── ical2txt.py
│   │   ├── __init__.py
│   │   ├── jobs.py
│   │   ├── mailer.py
│   │   ├── main.py
│   │   ├── migration.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── command.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── filters.cpython-37.pyc
│   │   │   ├── handler.cpython-37.pyc
│   │   │   ├── html2txt.cpython-37.pyc
│   │   │   ├── ical2txt.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── jobs.cpython-37.pyc
│   │   │   ├── mailer.cpython-37.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── migration.cpython-37.pyc
│   │   │   ├── reporters.cpython-37.pyc
│   │   │   ├── storage.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── worker.cpython-37.pyc
│   │   ├── reporters.py
│   │   ├── storage.py
│   │   ├── util.py
│   │   └── worker.py
│   └── urlwatch-2.18.dist-info
│   ├── COPYING
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── man
│   └── man1
│   └── urlwatch.1.gz
└── urlwatch
└── examples
├── hooks.py.example
└── urls.yaml.example
13 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment