Skip to content

Commit d8816d3

Browse files
committed
Major overhaul of original code.
- Changes GCal data source to GCal API over gcalcli terminal app - Implements advanced features (see ADVANCED_FEATURES.md) - Updates tests and documentation.
1 parent 39b3d82 commit d8816d3

22 files changed

Lines changed: 3539 additions & 90 deletions

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Neovim data
2+
token.json
3+
4+
# Test artifacts
5+
*.tmp
6+
7+
# OS files
8+
.DS_Store

0 commit comments

Comments
 (0)