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

Add atuin stats --filter-mode #1737

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Feb 19, 2024

  1. Add --filter-mode to stats

    This allows filtering stats to global, host, session, directory, or
    workspace like `atuin search`.
    
    It only works when no period is specified.
    drbrain committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    818e957 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Allow listing history within a timestamp range

    `atuin stats` can now use `--filter-mode` with date ranges
    drbrain committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0dc7c5b View commit details
    Browse the repository at this point in the history
  2. Add Database::range() test

    drbrain committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a8a6892 View commit details
    Browse the repository at this point in the history
  3. Address cargo clippy, fmt

    drbrain committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6e80d27 View commit details
    Browse the repository at this point in the history