github blacs30/bitwarden-alfred-workflow 2.1.0

latest releases: 3.0.4, 3.0.3, 3.0.2...
3 years ago

Changelog

2f6683c Feature/custom actions and alfred filter (#43)
23f1f62 minor change to fix copy item type (#41)

Changes

Solving #42 and #40 with this PR

  • add an option to show the username and the card lasts 4 digits in the title; helps with the search for an item
| TITLE_WITH_USER           | If enabled the name of the login user item or the last 4 numbers of the card number will be appended (added) at the end of the name of the item                                                       | true                                                                        |

  • add option to assign an action for modification keys and also for the default "return/enter" action
| MODIFIER_1_ACTION         | Action executed by the first modifier                                                                                                                                                                 | username,code                                                                       |
| MODIFIER_2_ACTION         | Action executed by the second modifier                                                                                                                                                                | url                                                                                 |
| MODIFIER_3_ACTION         | Action executed by the third modifier                                                                                                                                                                 | totp                                                                                |
| MODIFIER_4_ACTION         | Action executed by the fourth modifier                                                                                                                                                                | more                                                                                |
| NO_MODIFIER_ACTION        | Action executed without modifier pressed                                                                                                                                                              | password,card                                                                       |

Modifier Actions Explained

| type     | action name                     |
|----------|---------------------------------|
| login    | password                        |
|          | username                        |
|          | url                             |
|          | totp                            |
| note     | - (always copy the secret note) |
| cards    | card                            |
|          | code                            |
| identity | - (always copy the name )       |
| others   | more (to show all item entries, can't be NO_MODIFIER_ACTION) |

You can place per type one action name into the ACTION config, a combination is possible where it is not overlapping with more or another of the same type.

Good examples:

NO_MODIFIER_ACTION=url,code
MODIFIER_1_ACTION=totp
MODIFIER_2_ACTION=more
MODIFIER_3_ACTION=password,card

Bad examples:

NO_MODIFIER_ACTION=url,password
MODIFIER_3_ACTION=code,card
  • uses Alfred search filter now instead of the fuzzy go search

  • minor change to fix copy item type #41

Thanks...

... for your contribution @luckman212
... for your nice idea @entekadesign

Don't miss a new bitwarden-alfred-workflow release

NewReleases is sending notifications on new releases.