diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..740d33b --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# CLI Calendar Application +A powerful, flexible command-line calendar application written in Rust +that supports multiple calendars, event management, +import/export functionality, and synchronization capabilities. + +--- + +## Project Overview +### Philosophy +- **Local-first**: All data is stored locally first +- **Interoperable**: Support standard calendar formats +- **Fast**: Instant startup and response time +- **Privacy-focused**: No mandatory cloud services + +### Target Users +- Me silly +- Developers and terminal users. +- Users who prefer keyboard-driven workflows [based] +- People managing multiple calendars +- Users wanting local-first, privacy-focused calendar management |