3 stable releases
1.0.2 | Jul 29, 2024 |
---|---|
1.0.1 | Jul 28, 2024 |
#989 in Command line utilities
24 downloads per month
58KB
1.5K
SLoC
calendar-rs
A simple CLI tool for managing calendars from the terminal.
Description
calendar-rs is a lightweight, terminal-based calendar management tool designed to work with vdirsyncer for synchronization. It allows users to view, add, edit, and delete calendar events directly from the command line.
Installation
Using Nix Flakes
If you have Nix with flakes enabled, you can run calendar-rs directly from the repository:
nix run github:paulchambaz/calendar-rs
You can also add it to your nixos configuration.
Using Cargo
Alternatively, if you have Rust and Cargo installed, you can install calendar-rs using:
cargo install --git https://github.com/paulchambaz/calendar-rs.git
Make sure you have vdirsyncer installed and configured for calendar synchronization.
Usage
For detailed usage instructions, please refer to the man page.
Basic usage:
calendar [OPTIONS] [COMMAND]
Common commands:
calendar list
: List eventscalendar add
: Add a new eventcalendar edit
: Edit an existing eventcalendar delete
: Delete an eventcalendar view
: Display calendar in various formatscalendar sync
: Synchronize calendars using vdirsyncer
Quick Demo
-
View this month's calendar:
calendar
-
Add a simple event for tomorrow at 2 PM:
calendar add "Team Meeting" --at tom@14
-
List events for the next week:
calendar list --from today --to 7d
-
Sync all calendars:
calendar sync
For more examples and detailed usage, please consult the man page.
License
This project is licensed under the GPLv3. See the LICENSE file for details.
Authors
Written by Paul Chambaz in 2024.
See Also
Dependencies
~6–17MB
~232K SLoC