A simple and efficient calendar application with keyboard shortcuts for seamless navigation between different views.
- Navigate between day, week, month, and year views using shortcut keys.
- Quick access to specific dates via a search input.
- Easily switch between previous and next time frames.
Clone the repository:
git clone https://github.com/k8pai/calendar
cd calendar
Install dependencies:
npm install
Run the application:
npm start
Shortcut | Action |
---|---|
d |
Switch to Day Mode |
m |
Switch to Month Mode |
y |
Switch to Year Mode |
w |
Switch to Week Mode |
← (Left Arrow) |
Navigate to the previous day/week/month/year based on current view |
→ (Right Arrow) |
Navigate to the next day/week/month/year based on current view |
k |
Open the date search input to jump to a specific date |
ctrl + k or ⌘ + k |
Open the command input to view more specific features |
- Press
d
,m
,y
, orw
to switch between views. - Use the left and right arrow keys to move between time frames.
- Press
k
to quickly search and jump to a specific date.
This project is licensed under the MIT License.