From e12108aa136950344ca585c128f9f108dd536f08 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 4 Jan 2025 17:55:50 +0100 Subject: [PATCH] Add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9b4f18c --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# etecal + +Command line utility using [etebase protocol](https://etebase.com/) for interacting with [EteSync](https://www.etesync.com/) calendars. + +``` +Usage: etecal [OPTIONS] [COMMAND] + +Commands: + login Login with user account + calendars Display available calendars + help Print this message or the help of the given subcommand(s) + +Options: + --config Path to config directory + -h, --help Print help + -V, --version Print version +```