Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 27, 2020 06:30
Show Gist options
  • Save r-ryantm/c43a900ebbb2bff1ccf175ffcbd3ca5b to your computer and use it in GitHub Desktop.
Save r-ryantm/c43a900ebbb2bff1ccf175ffcbd3ca5b to your computer and use it in GitHub Desktop.
/nix/store/hhx14041bcmmggpgd3alz59ga14ksr20-urlwatch-2.19
├── bin
│   └── urlwatch
├── lib
│   └── python3.8
│   └── 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-38.pyc
│   │   │   ├── command.cpython-38.pyc
│   │   │   ├── config.cpython-38.pyc
│   │   │   ├── filters.cpython-38.pyc
│   │   │   ├── handler.cpython-38.pyc
│   │   │   ├── html2txt.cpython-38.pyc
│   │   │   ├── ical2txt.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── jobs.cpython-38.pyc
│   │   │   ├── mailer.cpython-38.pyc
│   │   │   ├── main.cpython-38.pyc
│   │   │   ├── migration.cpython-38.pyc
│   │   │   ├── reporters.cpython-38.pyc
│   │   │   ├── storage.cpython-38.pyc
│   │   │   ├── util.cpython-38.pyc
│   │   │   └── worker.cpython-38.pyc
│   │   ├── reporters.py
│   │   ├── storage.py
│   │   ├── util.py
│   │   └── worker.py
│   └── urlwatch-2.19.dist-info
│   ├── COPYING
│   ├── direct_url.json
│   ├── 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, 45 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment