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

feat(nu): 'nushell' completion support #4935

Merged
merged 43 commits into from
May 24, 2023
Merged

feat(nu): 'nushell' completion support #4935

merged 43 commits into from
May 24, 2023

Commits on Nov 11, 2022

  1. chore: release 0.1.0

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    54a12e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1bc5a5 View commit details
    Browse the repository at this point in the history
  3. feat: add alias completion

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    3d9b505 View commit details
    Browse the repository at this point in the history
  4. chore: release 0.1.1

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    07dbefe View commit details
    Browse the repository at this point in the history
  5. feat: add value completion

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    547bd28 View commit details
    Browse the repository at this point in the history
  6. perf: reduce memory allocation

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    889d05d View commit details
    Browse the repository at this point in the history
  7. chore: release 0.1.2

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    78e98e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1e6824 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b6bfef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9fe396 View commit details
    Browse the repository at this point in the history
  11. docs: add badges

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    17f9332 View commit details
    Browse the repository at this point in the history
  12. chore: release 0.1.3

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    8035519 View commit details
    Browse the repository at this point in the history
  13. refactor: remove enum Argument

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    fd89b0e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    90555c3 View commit details
    Browse the repository at this point in the history
  15. chore: release 0.1.4

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    c19fc42 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c6fe49a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    50aefdb View commit details
    Browse the repository at this point in the history
  18. test: add quoting test

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    da3bcd8 View commit details
    Browse the repository at this point in the history
  19. chore: release 0.1.5

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    3c8cbfa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a0b1e21 View commit details
    Browse the repository at this point in the history
  21. feat: align help message

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    b356191 View commit details
    Browse the repository at this point in the history
  22. chore: release 0.1.6

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    26fe5db View commit details
    Browse the repository at this point in the history
  23. perf: reduce memory allocation

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    a895ef3 View commit details
    Browse the repository at this point in the history
  24. perf: reduce memory allocation

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    d6a37c1 View commit details
    Browse the repository at this point in the history
  25. chore: release 0.1.7

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ede83f1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d5bfa0c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    82e5e34 View commit details
    Browse the repository at this point in the history
  28. chore: release 0.1.8

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    8e44f4f View commit details
    Browse the repository at this point in the history
  29. docs: update readme

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    b5d8171 View commit details
    Browse the repository at this point in the history
  30. ci: update setup-nu

    nibon7 committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    0b9a11a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. ci: update CI

    nibon7 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    21f9e78 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. docs: update readme

    nibon7 committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    8a75bfd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. chore: update

    nibon7 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    262de4a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. docs: update build badge

    nibon7 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    fdcb9fe View commit details
    Browse the repository at this point in the history
  2. ci: fix tests

    nibon7 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8abc8ce View commit details
    Browse the repository at this point in the history
  3. chore: release 0.1.9

    nibon7 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    9979402 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. ci: clippy fix

    nibon7 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    a4e7f5b View commit details
    Browse the repository at this point in the history
  2. chore: release 0.1.10

    nibon7 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    e130c8a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    6e586e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e6eb7d View commit details
    Browse the repository at this point in the history
  3. chore: release 0.1.11

    nibon7 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    865a1c5 View commit details
    Browse the repository at this point in the history
  4. refactor(nu): Prep for merge

    epage committed May 23, 2023
    Configuration menu
    Copy the full SHA
    bd16309 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    cc57615 View commit details
    Browse the repository at this point in the history