dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
679 stars 75 forks source link

Config YAML: Support default billable #108

Closed jrcasso closed 3 years ago

jrcasso commented 3 years ago

As a user, there are some projects I work on which are always billable. I'd like to be able to start work on these projects without having to pass --billable every time I work on it.

Related issue: #107

dominikbraun commented 3 years ago

Hi @jrcasso, this feature is contained in timetrace v0.13.0. Per-project configurations are documented here: Configure defaults for projects

jrcasso commented 2 years ago

@dominikbraun that's fantastic; thank you so much!