Skip to content

Commit

Permalink
Merge pull request #53 from pfeiferj/master
Browse files Browse the repository at this point in the history
Add support for gopass
  • Loading branch information
tuxor1337 authored Oct 6, 2021
2 parents 2bceedd + 41410dc commit a7ecc05
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 a7ecc05

Please sign in to comment.