Metadata-Version: 2.4
Name: healthcli
Version: 2.0.0
Summary: Simple local dead man's switch for cron jobs and scheduled tasks
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# health-cli
Run some checks periodically locally on your machine. Provide an interface for the status of the checks. Status inteface checks timestamps and is moderately robust.

This is AI-generated and unreviewed code... for now. Also very young so liabe to change

## Motivation
Why is there nothing that does this already.

## Installation
pipx install healthcli

## Usage
hccli add --every 1m curl website


In cron job:

hccli run


To check

hccli



