home-manager icon indicating copy to clipboard operation
home-manager copied to clipboard

cliphist: add maxDedupeSearch and maxItems options

Open ErrorNoInternet opened this issue 1 year ago • 0 comments

Add the maxDedupeSearch and maxItems options that correspond to cliphist's -max-dedupe-search and -max-items flags respectively.

Description

Checklist

  • [x] Change is backwards compatible.

  • [x] Code formatted with ./format.

  • [x] Code tested through nix-shell --pure tests -A run.all or nix develop --ignore-environment .#all using Flakes.

  • [x] Test cases updated/added. See example.

  • [x] Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • [ ] Added myself as module maintainer. See example.

Maintainer CC

@Janik-Haag

ErrorNoInternet avatar May 01 '24 05:05 ErrorNoInternet