• v1.6.0 dd6b9f9a8d

    categulario released this 2022-11-26 21:01:52 -06:00 | 6 commits to main since this release

    What's new?

    • t now displays a nicer message if no entries are running.
    • chart formatter now shows the sheet name(s) that are being displayed.
    • any-linux package now includes install script.
    • added --flat option to list that displays only available sheet names one
      per line
    • completions for bash, fish and zsh added to the package
    • binary package structure changed
    Downloads
  • v1.5.2 540e5ce53f

    categulario released this 2022-10-31 01:05:37 -06:00 | 45 commits to main since this release

    What's new?

    • This release includes the man page for all packages!
    Downloads
  • v1.5.1 3d587c9c61

    categulario released this 2022-10-31 00:32:31 -06:00 | 48 commits to main since this release

    What's new?

    • The man page! Ask man tiempo
    Downloads
  • v1.4.1 a61a44d130

    categulario released this 2022-09-10 22:35:54 -05:00 | 92 commits to main since this release

    Created using the release-cli

    Downloads
  • v1.4.0 de1a4a2849

    categulario released this 2022-08-31 07:19:23 -05:00 | 95 commits to main since this release

    Now in 1.4.0:

    Chart formatter

    Captura_desde_2022-08-31_08-47-41

    Displays a nice chart of the weekly progress. To use pass --format chart (or -f chart for short) to any display command:

    t w -f chart

    Settings

    By default this formatter will only display a nice chart of the progress divided
    by week and respecting the week_start setting. However you may specify a daily
    goal and a weekly goal to customize the chart, as well as how many minutes each
    character represents:

    In toml:

    [formatters.chart]
    daily_goal_hours = 4
    weekly_goal_hours = 20
    character_equals_minutes = 30
    

    In yaml:

    formatters:
      chart:
        daily_goal_hours: 4
        weekly_goal_hours: 20
        character_equals_minutes: 30
    

    Per-command default formatters:

    It might be the case that you want to use one default formatter for when you use
    t week and a different one for t month or t today. That's what per-command
    default formatters are for. To use them just add a commands section to your
    config file and set default_formatter on some formatters. This is what it
    would look like:

    In toml

    [commands.week]
    default_formatter = "chart"
    
    [commands.month]
    default_formatter = "ical"
    

    In yaml

    commands:
      week:
        default_formatter: chart
      month:
        default_formatter: ical
    
    Downloads
  • v1.3.2 b4fb858208

    categulario released this 2022-08-04 06:00:40 -05:00 | 107 commits to main since this release

    Created using the release-cli

    Downloads
  • v1.3.1 2b406803f6

    categulario released this 2022-08-04 01:33:53 -05:00 | 110 commits to main since this release

    Created using the release-cli

    Downloads
  • v1.3.0 3093d944e6

    categulario released this 2022-08-03 08:59:02 -05:00 | 112 commits to main since this release

    Created using the release-cli

    Downloads
  • v1.2.6 62d432b5ba

    categulario released this 2022-07-24 09:31:49 -05:00 | 124 commits to main since this release

    Created using the release-cli

    Downloads
  • v1.2.5 844bb0d631

    categulario released this 2022-07-22 06:23:59 -05:00 | 127 commits to main since this release

    Created using the release-cli

    Downloads