Add README

This commit is contained in:
clerie 2025-01-04 17:55:50 +01:00
parent 15e70c94a5
commit e12108aa13

17
README.md Normal file
View File

@ -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 <CONFIG> Path to config directory
-h, --help Print help
-V, --version Print version
```