Skip to content

Commit

Permalink
Add support for gopass
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeiferj committed Oct 6, 2021
1 parent 2bceedd commit 41410dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/passff.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def sendMessage(encodedMessage):

if len(receivedMessage) == 0:
opt_args = ["show"]
pos_args = ["/"]
elif receivedMessage[0] == "insert":
opt_args = ["insert", "-m"]
pos_args = [receivedMessage[1]]
Expand Down

0 comments on commit 41410dc

Please sign in to comment.