Add support for gopass

This commit is contained in:
Jacob Pfeifer 2021-10-06 10:36:43 -07:00
parent 2bceeddd5c
commit 41410dc8a9
No known key found for this signature in database
GPG Key ID: 09D7E5CB7BA8CFC9

View File

@ -61,6 +61,7 @@ if __name__ == "__main__":
if len(receivedMessage) == 0:
opt_args = ["show"]
pos_args = ["/"]
elif receivedMessage[0] == "insert":
opt_args = ["insert", "-m"]
pos_args = [receivedMessage[1]]