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

Incorrect tab-completion with spaces #2645

Open
darkpixel opened this issue Aug 31, 2023 · 2 comments
Open

Incorrect tab-completion with spaces #2645

darkpixel opened this issue Aug 31, 2023 · 2 comments

Comments

@darkpixel
Copy link

darkpixel commented Aug 31, 2023

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

  • OS: Linux Mint 21.1
  • OS version: Linux iridal 5.15.0-71-generic #78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  • gopass Version: gopass 1.15.7 go1.20.6 linux amd64
  • Installation method: github release deb package
@AnomalRoil
Copy link
Member

Is this using zsh or what shell other than bash?

@darkpixel
Copy link
Author

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

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

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

3 participants