From 7fba24c1631a31665c2e3424307dfee915d018f7 Mon Sep 17 00:00:00 2001 From: gregory Date: Tue, 2 Sep 2025 09:01:38 -0400 Subject: [PATCH] update README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 0079ea8..6a866ba 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,22 @@ python save_progress_reports.py -o /my/shitty/directory Greg # More usage details python save_progress_reports.py --help ``` +### make_reservations.py + +Looks for reservations a specified number of days in the future and adds a comment reserving a C172 including a timestamp + +#### Usage + +```bash +# No arguments required. Default reservation lookahead is today's date + 2 days +python make_resvervations.py + +# Can also specify the number of days to look ahead with -d argument +python make_resvervations.py -d 5 + +# Perform a "dry run" (i.e. runs the script but does not save any comments). Use in conjuction with -s to show the browser window and verify script is behaving as intended +python make_resvervations.py -D -s + +# More usage details +python make_reservations.py --help +``` \ No newline at end of file