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: Elvish Shell support #1066

Merged
merged 34 commits into from Nov 18, 2021
Merged

feat: Elvish Shell support #1066

merged 34 commits into from Nov 18, 2021

Commits on Oct 8, 2021

  1. feat: Elvish Shell support

    elijahr committed Oct 8, 2021
    Copy the full SHA
    1af3e99 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Copy the full SHA
    e8e631c View commit details
    Browse the repository at this point in the history
  2. Update docs and tests

    elijahr committed Oct 9, 2021
    Copy the full SHA
    6e8cf29 View commit details
    Browse the repository at this point in the history
  3. fix shellcheck issues

    elijahr committed Oct 9, 2021
    Copy the full SHA
    242b88d View commit details
    Browse the repository at this point in the history
  4. Fix tests

    elijahr committed Oct 9, 2021
    Copy the full SHA
    6baada0 View commit details
    Browse the repository at this point in the history
  5. Fix test

    elijahr committed Oct 9, 2021
    Copy the full SHA
    2b034c9 View commit details
    Browse the repository at this point in the history
  6. Fix other test

    elijahr committed Oct 9, 2021
    Copy the full SHA
    5bb00bb View commit details
    Browse the repository at this point in the history
  7. Fix tests on older elvish

    elijahr committed Oct 9, 2021
    Copy the full SHA
    1f1f570 View commit details
    Browse the repository at this point in the history
  8. Fix test

    elijahr committed Oct 9, 2021
    Copy the full SHA
    dfdb59c View commit details
    Browse the repository at this point in the history
  9. Install newer elvish

    elijahr committed Oct 9, 2021
    Copy the full SHA
    8f7ea81 View commit details
    Browse the repository at this point in the history
  10. Fix test

    elijahr committed Oct 9, 2021
    Copy the full SHA
    b05968f View commit details
    Browse the repository at this point in the history
  11. Add test for running command

    elijahr committed Oct 9, 2021
    Copy the full SHA
    8c7fb68 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    7cabf9b View commit details
    Browse the repository at this point in the history
  13. Linter

    elijahr committed Oct 9, 2021
    Copy the full SHA
    1a15a53 View commit details
    Browse the repository at this point in the history
  14. Remove command keyword

    elijahr committed Oct 9, 2021
    Copy the full SHA
    5186c1a View commit details
    Browse the repository at this point in the history
  15. Fix test

    elijahr committed Oct 9, 2021
    Copy the full SHA
    cec89d7 View commit details
    Browse the repository at this point in the history
  16. Fix test

    elijahr committed Oct 9, 2021
    Copy the full SHA
    6b49ba2 View commit details
    Browse the repository at this point in the history
  17. -norc

    elijahr committed Oct 9, 2021
    Copy the full SHA
    207f1c1 View commit details
    Browse the repository at this point in the history
  18. Add completions

    elijahr committed Oct 9, 2021
    Copy the full SHA
    384f450 View commit details
    Browse the repository at this point in the history
  19. Fix test

    elijahr committed Oct 9, 2021
    Copy the full SHA
    02069ff View commit details
    Browse the repository at this point in the history
  20. Single module for asdf function & completions

    Update docs
    elijahr committed Oct 9, 2021
    Copy the full SHA
    9ba6749 View commit details
    Browse the repository at this point in the history
  21. Fix uninstall instructions

    elijahr committed Oct 9, 2021
    Copy the full SHA
    1295224 View commit details
    Browse the repository at this point in the history
  22. Cleanup debug code

    elijahr committed Oct 9, 2021
    Copy the full SHA
    84f073a View commit details
    Browse the repository at this point in the history
  23. Comments

    elijahr committed Oct 9, 2021
    Copy the full SHA
    2c9529b View commit details
    Browse the repository at this point in the history
  24. Fix completer in unit tests

    elijahr committed Oct 9, 2021
    Copy the full SHA
    f871425 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    fa84123 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    9036d91 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    ab495ff View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Add flags

    elijahr committed Oct 10, 2021
    Copy the full SHA
    0b006ed View commit details
    Browse the repository at this point in the history
  2. Ignore downloads dir

    elijahr committed Oct 10, 2021
    Copy the full SHA
    4383fbe View commit details
    Browse the repository at this point in the history
  3. Use regex for matching

    elijahr committed Oct 10, 2021
    Copy the full SHA
    624949c View commit details
    Browse the repository at this point in the history
  4. Add plugin-test completion

    elijahr committed Oct 10, 2021
    Copy the full SHA
    0b41485 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Format string

    elijahr committed Nov 13, 2021
    Copy the full SHA
    e697aab View commit details
    Browse the repository at this point in the history
  2. Download elvish binary

    elijahr committed Nov 13, 2021
    Copy the full SHA
    2538279 View commit details
    Browse the repository at this point in the history