Problem solved thanks to Gerd Wachsmuth with the latest commit from cdown to upstream.
On Tue 21 Jul 22:48, zxb4d4 <[email protected]>: > Hi, > passmenu autotyping handles passwords with spaces thanks to Johannes > Wienke's path: > > - xdotool - <<<"type --clearmodifiers -- $(pass show "$password" | head > -n 1)" > + xdotool - <<<"type --clearmodifiers -- '$(pass show "$password" | head > -n 1)'" > > Still passwords with both single and double quotes are not handled > correctly. For example: > > plain password: "p8KdxBK2nc~M9gc_~Dl:(G"-7w'p( > autotype without path: p8KdxBK2nc~M9gc_~Dl:(G-7w'p( > autotype with path: "p8KdxBK2nc~M9gc_~Dl:(G"-7wp(' > > Any ideas how to fix this issue are highly welcome. > > Thanks in advance, > zxb4d4 > -- > key fingerprint: 0F73 6F6F 34C4 B410 5437 > _______________________________________________ > Password-Store mailing list > [email protected] > http://lists.zx2c4.com/mailman/listinfo/password-store -- key fingerprint: 0F73 6F6F 34C4 B410 5437 _______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
