Rofi Rbw Versions Save

Rofi frontend for Bitwarden

1.4.2

1 week ago

Fixed the call to wtype when not --typing-key-delay was defined. Thanks to @SailReal! šŸ™

1.4.1

2 weeks ago

Thanks to @simson, you can now type tab and enter correctly with xdotool. Thank you!

1.4.0

2 weeks ago
  • Autotyping now supports enter, tab and delay (one second), and it can be defined per credential by writing it in a custom field called _autotype. Now you can customize it to each login flow!
  • If you need a delay between key presses when autotyping, you can use the new --typing-key-delay parameter.

Thanks to @nim65s, @polyzen, @f0rdprefect and everyone else who uses rofi-rbw šŸ™

1.3.0

5 months ago

This release brings several awesome new features:

  • The entries are now by default sorted by frecency! The cache is hashed, so no leakage of information should occur. If you do notice a problem, please open an issue. Thanks a lot to @nim65s!
  • rofi-rbw will now also show your entry's notes! Thanks a lot to @falko17!
  • If you want, you can name your custom fields like the standard fields (f.e. password) and it still works.

Additionally, some minor bugs with the formatting were fixed by @abulvenz and @nim65s. And finally, @slikie improved the help message.

Thank you all! šŸ™

1.2.0

11 months ago

This smaller release brings support for dotool (thanks to @TinfoilSubmarine) and more robust parsing of rbw's output (with thanks to @mindrunner).

1.1.0

1 year ago

The headline feature of this release is customizable keybindings: If you use rofi, you can pass --keybindings=Alt+f:type:username:password to type username and password when pressing Alt+f.

Apart from that, you can now sync the vault with Alt+s (or your customized shortcut) or don't show the entry's folder in the list anymore (--no-folder). Finally, there's a workaround for modifier keys being stuck and some small bugfixes.

As usual, thanks to @jacob-horton and @symphorien for their code and everyone else who opened issues! pšŸ™

1.0.1

1 year ago

This release fixes a bug in 1.0.0 that made using wofi impossible. Thanks to @TinfoilSubmarine for noticing this šŸ™‚

1.0.0

1 year ago

This is the first officially stable for rofi-rbw! šŸ„³ Thanks to everyone who helped or used it! šŸ™

Apart from stability, this release brings some improvements and fixes:

  • --action has been split up into --action and --target so you can now choose to copy only the password, or type a custom field
  • And a new menu to use the selector to choose your target (--target menu) is available
  • Error handling has been improved
  • Automatically clear the password from the clipboard
  • Lots of changes behind the scenes
  • --rofi-args has been completely replaced with --selector-args

Thanks

I'm not doing this all by myself - several kind people have contributed fixes, issues and - kindest of all - pull requests: @tosti007, @das-s, @slikie and @NOBLES5E. Thank you all! šŸ™

Also thanks to everyone else who contributed previously, who left a star or who used it. I started this to scratch my own itch, and it has become more popular than I expected šŸ˜Š

1.0.0-RC1

1 year ago

This is a release candidate for the 1.0.0 release, which brings new features and improvements:

  • Better error handling
  • Automatically clearing the password from the clipboard
  • --action has been split up into --action and --target so you can now choose to copy only the password, or type a custom field
  • And a new menu to use the selector to choose your target (--target menu)
  • Lots of changes behind the scenes.

Thanks

Several people have helped for this release, namely @tosti007, @das-s, @slikie and @NOBLES5E. Thank you so much! šŸ˜Š

Feedback & Bugs

Please open issues (or PRs šŸ˜‰) if you find any bugs in this pre-release. If all are fixed (or none are found), it'll move on to 1.0.0!

0.5.0

2 years ago

This release brings several small features, but the standout is an autyping menu! You can now look at an entry in detail and choose which field you want to type.

Apart from that, the username is now listed in the overview and TOTP is handled by rbw - removing one dependency from rofi-rbw. Additionally, there were lots of improvements to the code.

A huge thank you to @tosti007 who implemented or inspired many of these changes šŸ™