Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

About

📅 Small, local and simple calendar application in your terminal

Topics

Resources

License

Stars

Watchers

Forks