carapace icon indicating copy to clipboard operation
carapace copied to clipboard

support completion of values enclosed in quotes

Open rsteube opened this issue 4 years ago • 1 comments

e.g.

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

related #6

rsteube avatar Apr 08 '20 16:04 rsteube

  • 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

rsteube avatar Dec 16 '20 17:12 rsteube