Skip to content

๐Ÿ“… Small, local and simple calendar application in your terminal

License

Notifications You must be signed in to change notification settings

galassie/my-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

50 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

MyCalendar

Showcase

Simple calendar application that just fits into your terminal.

Built using:

Install

dotnet tool install --global MyCalendar --version 0.1.1

Update

dotnet tool update -g MyCalendar

Commands

# Add a ToDo element
$ my-calendar todo add

# Edit a ToDo element
$ my-calendar todo edit

# Mark as Done a ToDo element
$ my-calendar todo done

# Remove Done mark to a ToDo element
$ my-calendar todo undone

# Delete a ToDo element
$ my-calendar todo delete


# Add an Event element
$ my-calendar event add

# Edit an Event element
$ my-calendar event edit

# Delete an Event element
$ my-calendar event delete


# Add a RecurringEvent element
$ my-calendar recurring-event add

# Edit a RecurringEvent element
$ my-calendar recurring-event edit

# Delete a RecurringEvent element
$ my-calendar recurring-event delete

Contributing

Code contributions are more than welcome! ๐Ÿ˜ป

Please commit any pull requests against the main branch.
If you find any issue, please report it!

License

This project is licensed under The MIT License (MIT).

Author: Enrico Galassi