plattfot / pinentry-rofi

Rofi frontend to pinentry
43 stars 5 forks source link

Mimic cli options to be compatible with `rbw` #26

Closed plattfot closed 1 month ago

plattfot commented 1 month ago

Implementing the request for #23.

I did not implement an action for all of the missing standard options.

Only added for:

  -C, --lc-ctype STRING      Set the tty LC_CTYPE value
  -M, --lc-messages STRING   Set the tty LC_MESSAGES value
  -g, --no-global-grab       Grab keyboard only while window is focused

The rest I just added as dummy options to avoid erroring out.

Also this changes the short option for --display to -D instead of -d. The latter is now used for the dummy option --debug.

jakobkukla commented 1 month ago

Just gave this a quick test. rbw works now! Thanks :)

Should I leave the issue open to track the implementation of the other flags?