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

Generic shell completion support for the 'nix' command #3587

Merged
merged 11 commits into from
May 12, 2020
Merged

Commits on May 10, 2020

  1. Configuration menu
    Copy the full SHA
    91ddee6 View commit details
    Browse the repository at this point in the history
  2. Add completion for paths

    edolstra committed May 10, 2020
    Configuration menu
    Copy the full SHA
    e0c19ee View commit details
    Browse the repository at this point in the history
  3. Simplify

    edolstra committed May 10, 2020
    Configuration menu
    Copy the full SHA
    0884f18 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Cleanup

    edolstra committed May 11, 2020
    Configuration menu
    Copy the full SHA
    4c3c638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da310fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e917332 View commit details
    Browse the repository at this point in the history
  4. Add completion for installables

    This completes flakerefs using the registry (e.g. 'nix<TAB>' => 'nix
    nixpkgs') and flake output attributes by evaluating the flake
    (e.g. 'dwarffs#nix<TAB>' => 'dwarffs#nixosModules').
    edolstra committed May 11, 2020
    Configuration menu
    Copy the full SHA
    259ff74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27d34ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    649c2db View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Fix macOS build

    macOS doesn't have GLOB_ONLYDIR.
    edolstra committed May 12, 2020
    Configuration menu
    Copy the full SHA
    437614b View commit details
    Browse the repository at this point in the history
  2. Fix InstallableCommand

    edolstra committed May 12, 2020
    Configuration menu
    Copy the full SHA
    b8b2dbf View commit details
    Browse the repository at this point in the history