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

[WIP] support plugins that implement new commands #1309

Closed
wants to merge 41 commits into from

Commits on Oct 28, 2023

  1. support for color theme plugins

    geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    736a25e View commit details
    Browse the repository at this point in the history
  2. create khal.api.__all__[]

    geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    2944bc6 View commit details
    Browse the repository at this point in the history
  3. add json option to at command

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c012763 View commit details
    Browse the repository at this point in the history
  4. added list json formatting

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    ba37507 View commit details
    Browse the repository at this point in the history
  5. fix color wrap

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    148688d View commit details
    Browse the repository at this point in the history
  6. fixed formatting

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e6ce833 View commit details
    Browse the repository at this point in the history
  7. added missing tail reset

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    d6b209c View commit details
    Browse the repository at this point in the history
  8. fix search formatter usage

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1dc28db View commit details
    Browse the repository at this point in the history
  9. fixed missing human_formatter

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    7f2bc5c View commit details
    Browse the repository at this point in the history
  10. fix formatter usage in test

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    339d722 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94bd650 View commit details
    Browse the repository at this point in the history
  12. fix formatter usage in test

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    01f44c8 View commit details
    Browse the repository at this point in the history
  13. added cli tests

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    3809a31 View commit details
    Browse the repository at this point in the history
  14. added json option to search

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    2eee84c View commit details
    Browse the repository at this point in the history
  15. moved formatters to util

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    15fcb76 View commit details
    Browse the repository at this point in the history
  16. add json to new

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    27f5a6f View commit details
    Browse the repository at this point in the history
  17. corrected style

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a9c0fde View commit details
    Browse the repository at this point in the history
  18. added test for human_formatter width

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    5e88921 View commit details
    Browse the repository at this point in the history
  19. update method docs

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    323c849 View commit details
    Browse the repository at this point in the history
  20. update usage doc

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c5bb949 View commit details
    Browse the repository at this point in the history
  21. add json feature to changelog

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e2a058b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ee9546b View commit details
    Browse the repository at this point in the history
  23. added special field formatting

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e05a256 View commit details
    Browse the repository at this point in the history
  24. added missing formatter

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    cd49710 View commit details
    Browse the repository at this point in the history
  25. add self to authors :)

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    07c96f6 View commit details
    Browse the repository at this point in the history
  26. add list of content attributes

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    6d0412d View commit details
    Browse the repository at this point in the history
  27. added all fields option for json

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a80fdaa View commit details
    Browse the repository at this point in the history
  28. fix long lines

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    98eae0a View commit details
    Browse the repository at this point in the history
  29. fix formatter mistakes

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    126263c View commit details
    Browse the repository at this point in the history
  30. remove unnecessary dict call

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    293fce7 View commit details
    Browse the repository at this point in the history
  31. remove mutable default arguments

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1b97108 View commit details
    Browse the repository at this point in the history
  32. add to json option docs

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    35b24a3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d52a564 View commit details
    Browse the repository at this point in the history
  34. typo

    PsychicNoodles authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    cf8d263 View commit details
    Browse the repository at this point in the history
  35. cli_test format()

    geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a24400e View commit details
    Browse the repository at this point in the history
  36. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1365f97 View commit details
    Browse the repository at this point in the history
  37. make ruff happy

    geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    0e48b29 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4e555cb View commit details
    Browse the repository at this point in the history
  39. delete dead code

    geier committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4e7b398 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    05f11b3 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    34a3e39 View commit details
    Browse the repository at this point in the history