Skip to content

garrettladley/when3meet_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

when3meet

🦀 The Rust when2meet CLI


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!