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

refactor: major refactoring of the code base #19

Merged
merged 1 commit into from
Jul 29, 2023

Commits on Jul 28, 2023

  1. refactor: major refactoring of the code base

    `opts` was renamed to `cli` to conform to upstreams (clap) naming
    convention
    
    `lib` was renamed to `utils`
    
    The whole style module was split up - the styles as defined in the theme
    are now part of the theme module. The `utils` module contains a simple
    method to convert the style definition from the theme to a string.
    
    `theme` is now a submodule of `config`
    
    The `DateProperty` is now part of the theme as well.
    
    The `date`, `calendar` and `agenda` modules where moved to a new
    `output` module.
    b1rger committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    19726c2 View commit details
    Browse the repository at this point in the history