when3meet

Crates.iowhen3meet
lib.rswhen3meet
version0.1.6
created_at2023-09-12 00:27:06.346775+00
updated_at2023-11-28 22:07:32.201919+00
descriptionCLI tool to find the optimal time to meet given a when2meet URL
homepagehttps://github.com/garrettladley/when3meet_cli
repositoryhttps://github.com/garrettladley/when3meet_cli
max_upload_size
id970241
size128,813
Garrett Ladley (garrettladley)

documentation

README

when3meet

🦀 The Rust when2meet CLI

actions status Crates.io version docs.rs docs Download

Install | Usage | Contributing & Issues | Docs


Built with ❤️ and 🦀 by Garrett Ladley

Install

cargo install when3meet

Usage

when3meet -h
CLI tool to find the optimal time to meet given a when2meet URL

Usage: when3meet [OPTIONS] --when2meet-url <WHEN2MEET_URL>

Options:
  -r, --required-people <REQUIRED_PEOPLE>...
          The people required at the meeting. If not provided, assumed to be all people
  -f, --flexible-naming
          Perform case insensitive contains based matching on required people
  -w, --when2meet-url <WHEN2MEET_URL>
          The URL to the when2meet page
  -o, --output-file-path <OUTPUT_FILE_PATH>
          The output file path. If not provided, it will be printed to stdout
  -h, --help
          Print help
  -V, --version
          Print version

Contributing & Issues

If you have would like to contribute or encounter any issues, feel free to open a PR or issue!

Commit count: 54

cargo fmt