diff options
| author | Mikkel Thestrup <mikkel@mithe.dk> | 2025-12-09 14:44:27 +0100 |
|---|---|---|
| committer | Mikkel Thestrup <mikkel_thestrup@mithe.dk> | 2025-12-09 14:49:49 +0100 |
| commit | 4b1074193991a510fd2129513d5fcb7c6da933d2 (patch) | |
| tree | 46ac7148459f6cf54b240b06bd2563673f156863 | |
| download | kal-4b1074193991a510fd2129513d5fcb7c6da933d2.tar.gz kal-4b1074193991a510fd2129513d5fcb7c6da933d2.zip | |
Initial commit
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 20 |
2 files changed, 21 insertions, 0 deletions
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 |