checkup

Crates.iocheckup
lib.rscheckup
version0.1.1
sourcesrc
created_at2024-11-11 05:10:25.505601
updated_at2024-11-12 03:54:51.510995
descriptionA simple & sleek utility to detect website changes and build shell pipelines
homepage
repository
max_upload_size
id1443457
size196,243
Gus Ruben (gusruben)

documentation

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.

Usage

Usage: checkup.exe [OPTIONS] <URL> <COMMAND>

Arguments:
  <URL>
  <COMMAND>

Options:
  -i, --interval <INTERVAL>  [default: 3]
  -h, --help                 Print help
  -V, --version              Print version

Example

checkup https://shopping.com/item/cool_thing_you_want flash_lights.sh
Commit count: 0

cargo fmt