Skip to content

Extension API: add used range / hints to temp #735

@skwde

Description

@skwde

When using the extension API (https://timewarrior.net/docs/api/), the config currently contains

                     'temp.config': '...',                                                                                                                                                   
                     'temp.db': '...',                                                                                                                                                                       
                     'temp.extensions': '...',                                                                                                                                                    
                     'temp.report.end': '...',                                                                                                                                                                                   
                     'temp.report.start': '...',                                                                                                                                                                                 
                     'temp.report.tags': '...',                                                                                                                                                                                                  
                     'temp.version': '1.9.1', 

when accessed via `TimeWarriorParser(sys.stdin).get_config().get_dict()

it would be helpful to also have

  • temp.report.hints
  • temp.report.range

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions