An open API service indexing awesome lists of open source software.

https://github.com/gusruben/checkup

A tiny rust tool to check for changes on websites.
https://github.com/gusruben/checkup

blazingly-fast cli minimal rust

Last synced: 4 months ago
JSON representation

A tiny rust tool to check for changes on websites.

Awesome Lists containing this project

README

          



Checkup is a simple tool for detecting changes on websites, and running corresponding actions. It's easy to build Checkup into shell pipelines, home automation, or anything else that can be accessed from the terminal. Get creative-- play sounds, open programs, flash lights, automate the world!

## Installation 🚀

Checkup is cross-platform, and [available on crates.io](https://crates.io/crates/checkup)

```sh
cargo install checkup
```

## Usage 🔧

```
Usage: checkup.exe [OPTIONS]

Arguments:

Options:
-i, --interval [default: 3]
-h, --help Print help
-V, --version Print version
```

### Example 🗒️

```sh
checkup https://shopping.com/item/cool_thing_you_want flash_lights.sh
```

### Demo 📺

![Checkup Demo](https://raw.githubusercontent.com/gusruben/checkup/refs/heads/main/checkup.gif)