MyCalendar 0.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global MyCalendar --version 0.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local MyCalendar --version 0.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=MyCalendar&version=0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package MyCalendar --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MyCalendar
Simple calendar application that just fits into your terminal.
Built using:
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.