gopasspw / gopass

The slightly more awesome standard unix password manager for teams
https://www.gopass.pw/
MIT License
5.9k stars 496 forks source link

Incorrect tab-completion with spaces #2645

Open darkpixel opened 1 year ago

darkpixel commented 1 year ago

Summary

From the gopass shell: edit -c "this is just a test" Save and go back to the shell

Type: cat this<tab>

You will end up with the command: cat this is just a test

Expected behavior

It should auto-complete to: cat "this is just a test or cat this\ is\ just\ a\ test

Similar to bash.

Environment

AnomalRoil commented 1 year ago

Is this using zsh or what shell other than bash?

darkpixel commented 1 year ago

I'm inside the gopass shell, not doing this directly from the OS shell (bash).

Screenshot from 2023-09-01 06-59-33