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.
- Host: GitHub
- URL: https://github.com/gusruben/checkup
- Owner: gusruben
- License: mit
- Created: 2024-11-10T04:18:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T04:38:19.000Z (over 1 year ago)
- Last Synced: 2025-04-19T20:43:03.450Z (about 1 year ago)
- Topics: blazingly-fast, cli, minimal, rust
- Language: Rust
- Homepage: https://crates.io/crates/checkup
- Size: 766 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 📺
