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 with tabry completion helper #7

Merged

Commits on Nov 13, 2024

  1. Adding withTabry nix helper

    This commit adds a nix helper for binding tabry completion files with
    nix packages. The `withTabry` function is a nix function that takes a
    tabry completion file and a nix package and returns a derivation that
    installs the completion file in the package's completion directory.
    
    example usage:
    
    ```nix
    wrappedCommand = withTabry ./command.tabry <pkg>
    ```
    pfgray committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dda8d7a View commit details
    Browse the repository at this point in the history