Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coko7/boat-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: coko7/boat-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 3 commits
  • 14 files changed
  • 2 contributors

Commits on Apr 25, 2026

  1. feat(init): add init command and tag filtering for list/report (#6)

    * feat(init): add `init` command and tag filtering for list/report
    * add `boat init` command that outputs a default config to stdout, useful
    for bootstrapping or recovering from a broken config. Improve error
    handling when config fails to load by printing a helpful message
    pointing users to `boat init`.
    * add `--filter-by-tags` (`-t`) flag to `FilterActivitiesArgs`, applied
    in both `list` and `report` commands to restrict output to entries
    matching all specified tags.
    * improve `--period` error messages by replacing the static string with
    a formatted help message showing all valid period presets and formats.
    * change default `quick_start` in generated config from `false` to `true`.
    * docs(readme): add comprehensive usage documentation for all commands
    * test(cli_list): update invalid date error message assertion
    * test(cli): add integration tests for init, report, and tag filtering
    coko7 authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    e70515c View commit details
    Browse the repository at this point in the history
  2. docs: update README

    coko7 committed Apr 25, 2026
    Configuration menu
    Copy the full SHA
    40480d9 View commit details
    Browse the repository at this point in the history
  3. chore: bump version to 0.9.0

    coko7 committed Apr 25, 2026
    Configuration menu
    Copy the full SHA
    7c2bdc5 View commit details
    Browse the repository at this point in the history
Loading