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

support completion of values enclosed in quotes #29

Open
2 of 9 tasks
rsteube opened this issue Apr 8, 2020 · 1 comment
Open
2 of 9 tasks

support completion of values enclosed in quotes #29

rsteube opened this issue Apr 8, 2020 · 1 comment

Comments

@rsteube
Copy link
Member

rsteube commented Apr 8, 2020

e.g.

example "ac<TAB>
# example "action"
  • bash
  • elvish
  • fish
  • ion
  • nushell
  • oil
  • powershell
  • xonsh
  • zsh

related #6

@rsteube rsteube changed the title powershell: support completion of values enclosed in quotes support completion of values enclosed in quotes Dec 16, 2020
@rsteube
Copy link
Member Author

rsteube commented Dec 16, 2020

  • test if quotes are matched using echo echo '"'example | xargs echo
  • if fails update values to be inserted to fix escaped space echo 'a\ b\ c | xargs echo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant