plattfot / pinentry-rofi

Rofi frontend to pinentry
43 stars 5 forks source link

Added support for `MESSAGE` and `CONFIRM --one-button` #6

Closed plattfot closed 4 years ago

plattfot commented 4 years ago

From the protocol

`Show a message'
      To show a message, you can use this command:
             C: MESSAGE
             S: OK
      alternativly you may add an option to confirm:
             C: CONFIRM --one-button
             S: OK
      The client should use SETDESC to set an appropriate text before
      issuing this command, and may use SETOK to set the text for the
      dismiss button.  The value returned is OK or an error message.