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 support for completions in fish shell + a few dev scripts to ease workflow #2281

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

Commits on Dec 22, 2022

  1. - add support for completions in fish shell

    - add scripts making `dev` a bit easier
    
    To use with `fish`, in fish shell, run `<app-name> completion >> ~/.config/fish/config.fish`
    Jonathan Glanz committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    e846cf6 View commit details
    Browse the repository at this point in the history
  2. 17.6.3-0

    Jonathan Glanz committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    c0ee6e8 View commit details
    Browse the repository at this point in the history
  3. Updated gitignore to ignore tgz files

    Jonathan Glanz committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    d84dc66 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

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

Commits on Dec 28, 2022

  1. 1 Configuration menu
    Copy the full SHA
    6cb69fb View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    2c144c4 View commit details
    Browse the repository at this point in the history
  3. chore: add en strings for unknown command (yargs#2262)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    shadowspawn and bcoe committed Dec 28, 2022
    1 Configuration menu
    Copy the full SHA
    1fd530a View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    f37ee6f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. - add support for completions in fish shell

    - add scripts making `dev` a bit easier
    
    To use with `fish`, in fish shell, run `<app-name> completion >> ~/.config/fish/config.fish`
    Jonathan Glanz committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    99b8281 View commit details
    Browse the repository at this point in the history
  2. Updated gitignore to ignore tgz files

    Jonathan Glanz committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    6ae7a5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0e6f7f View commit details
    Browse the repository at this point in the history
  4. - package.json: fixed nit

    - rebased against `desc` fix for zsh alias completions from @mshrtsr
    - fixed a `bash` misspelling in tests
    - added `stderr` to `testCmd` result for better error reporting
    Jonathan Glanz committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    c04439a View commit details
    Browse the repository at this point in the history