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

Completion support for Nushell #1857

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Completion support for Nushell #1857

wants to merge 18 commits into from

Commits on Nov 15, 2022

  1. 'Completions for nushell'

    ayax79 committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    9f4bdb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

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

Commits on Nov 27, 2022

  1. Incorporating pull request feedback.

    - Renamed completer to be cobra_completer to match docs
    - Added whitespace after each completion
    - Implemented ShellCompDirectiveError, ShellCompDirectiveNoSpace, ShellCompDirectiveNoFileComp
    - Disabled active help as it isn't supported by nushell
    - Added nushell to the default completion command
    ayax79 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    0e4db1b View commit details
    Browse the repository at this point in the history
  2. Added nushell to the Use: line

    ayax79 committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    1c908e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95f2d8e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Incorporating pull request feedback

    - Fixing completion on full paths
    - Fixing completion with equals in flags
    - Fixing fuzzy search
    - Typos
    ayax79 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    4ad4930 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

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

Commits on Dec 16, 2022

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

Commits on Dec 24, 2022

  1. Configuration menu
    Copy the full SHA
    cfee99c View commit details
    Browse the repository at this point in the history
  2. Update completions.go

    Co-authored-by: Marc Khouzam <[email protected]>
    ayax79 and marckhouzam committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    6e3abc6 View commit details
    Browse the repository at this point in the history
  3. Update completions.go

    Co-authored-by: Marc Khouzam <[email protected]>
    ayax79 and marckhouzam committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    49d5881 View commit details
    Browse the repository at this point in the history
  4. Update completions.go

    Co-authored-by: Marc Khouzam <[email protected]>
    ayax79 and marckhouzam committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    107986c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb60acd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    303dd25 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. "fixed whitespace"

    ayax79 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    3c8715a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Jul 11, 2024

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