Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic plugin handling #1312

Merged
merged 12 commits into from
Apr 13, 2024
Merged

basic plugin handling #1312

merged 12 commits into from
Apr 13, 2024

Conversation

geier
Copy link
Member

@geier geier commented Oct 29, 2023

First support for plugins

Currently supported:

fixes #1258

@geier geier force-pushed the develop/plugins branch 3 times, most recently from a74a9b8 to 35a706a Compare October 29, 2023 16:42
@geier geier mentioned this pull request Oct 29, 2023
khal/cli.py Outdated
"""List all events between a start (default: today) and (optional)
end datetime."""
enabled_eventformatters = plugins.FORMATTERS
logger.warn("TODO: register user given format string as a plugin")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tcuthbert what did you plan to do here?
I'll convert this to a comment, otherwise the tests fail.

@geier geier force-pushed the develop/plugins branch 3 times, most recently from 98cbdcc to 5270180 Compare October 30, 2023 00:17
@geier geier force-pushed the develop/plugins branch from 5270180 to f7d09b1 Compare April 11, 2024 20:00
@geier geier force-pushed the develop/plugins branch from f7d09b1 to 0ab2021 Compare April 12, 2024 12:28
@geier geier force-pushed the develop/plugins branch from 78c358c to 65df43b Compare April 13, 2024 21:36
@geier geier merged commit f5f1235 into master Apr 13, 2024
7 checks passed
@geier geier deleted the develop/plugins branch April 13, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for plugins
2 participants