From 4b1074193991a510fd2129513d5fcb7c6da933d2 Mon Sep 17 00:00:00 2001 From: Mikkel Thestrup Date: Tue, 9 Dec 2025 14:44:27 +0100 Subject: Initial commit --- .gitignore | 1 + README.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target 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 -- cgit v1.2.3-70-g09d2