rofi-pass icon indicating copy to clipboard operation
rofi-pass copied to clipboard

rofi frontend for pass

Results 75 rofi-pass issues
Sort by recently updated
recently updated
newest added

Rofi has deprocated `rofi -dump-xresources`, which is used in this script. This caused me to see a confusing error message. Commenting out the "set help color" section fixes the issue...

ydotool doesn't support `--delay` option any more. Switched to `--key-delay` instead

The error can be removed by change “pass show” to just "pass".

What would be the best format of a pass file for this to work with autofilling credit/debit card info? I've tried it out with this format: ``` card number here...

This if statement is unnecessary and breaks default_autotype functionality. ```stuff["autotype"]``` will be set to ```user :tab pass``` no matter what entered as default_autotype. After this change default_autotype works and autotype...

Hi! Firstly, thanks for the awesome tool! Here is the issue with running the command: ``` ~$ addpass.sh --root "mynewroot" --name "My new Site" +user "zeltak" +branch "branch" +custom "foobar"...

It looks like the default_autotype setting is not currently honored. In this PR I removed some lines that look like leftovers from a previous version. The removal seems to fix...

Fixes #211. Allow typing OTP code via a shortcut from the menu.

In the config file, `URL_field` is case-sensitive; I assume the others are the same. I can not imagine a situation in which this would lead to desirable behaviour. I suggest...

Add support to add other backends than `xdotool`. By refactoring the `xdotool` calls into two function calls. - do_type: variable containing a function that reads from `stdin` and type it...