- Fields are shown in plain text or hidden based on their type. (#17)
wtype
works without setting a delay. (#95)
- Typing
tab
andenter
withxdotool
. (#94)
- Added a parameter to set a key delay when typing. (#88)
- Characters
enter
,tab
can be used in autotyping, as can adelay
of one second. (#89) - Autotyping will use a field
_autotype
on a credential.
- The entries are sorted by frecency. (#79)
- Added
notes
as a field. (#85)
- Custom fields can have reserved names (f.e.
password
). (#77)
- Added
dotool
support. (#70, #72)
- Use json output from
rbw
.
- Shortcuts can be customized.
- There is a shortcut to sync the local database. (#60)
- Modifier keys should not be stuck anymore. (#56)
- With
--no-folder
, the entry's folder won't be shown in the list. (#64)
rofi-rbw
is now being built py Poetry.
- When using TOTP, the username is now also taken into consideration for identically named entries. (#59)
- Entries are formatted correctly when not using folders. (#64)
- Fixed interaction with
wofi
. (#51)
- Split up
--action
into--action
and--target
for better handling. --rofi-args
is now removed. Use--selector-args
instead.
- Added an option to limit the time a passwords stay in the clipboard.
- Added a man page.
- Entries without username also work. (#42)
- Custom selector args are passed to the autotype menu. (#43)
- Added an autotype menu that can works with all defined fields. (#17)
- Entries without password can be handled.
- TOTP is now handled by
rbw
. (#33) - Username is shown in the menu.
- One entry can have multiple URIs. (#25)
- The
--rofi-args
parameter is replaced by an agnostic--selector-args
.
- Credentials can now be parsed again. (#14)
xdotool
is now used differently, for hopefully better compatibility.
rofi-rbw
can now deal with TOTPs as well; they're copied to the clipboard by default. (Thanks to #10)- You can now use
ydotool
as a typer (but withoutsudo
). (Thanks to #9)
- The search is now case insensitive. (#8)
- Entries are sorted by relevancy.
rofi-rbw
now supports Wayland withwofi
,wl-copy
andwtyper
.- It also supports
xsel
andxclip
on X. (Thanks to #4.) - A help message is shown by default (but can be turned off). (Thanks to #3)\
- Arguments can be passed through to
rofi
. - Everything can be configured in a config file.