mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-06-06 18:08:46 +02:00
Add support for gopass
This commit is contained in:
parent
2bceeddd5c
commit
41410dc8a9
@ -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]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user