Search Criteria
Package Details: rofi-rbw-git 1.4.2.r3.g03630d0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rofi-rbw-git.git (read-only, click to copy) |
---|---|
Package Base: | rofi-rbw-git |
Description: | Rofi frontend for Bitwarden |
Upstream URL: | https://github.com/fdw/rofi-rbw |
Licenses: | MIT |
Conflicts: | rofi-rbw |
Provides: | rofi-rbw |
Submitter: | MaxWoahverdrive |
Maintainer: | MaxWoahverdrive |
Last Packager: | MaxWoahverdrive |
Votes: | 2 |
Popularity: | 0.53 |
First Submitted: | 2023-09-18 09:38 (UTC) |
Last Updated: | 2024-12-28 14:45 (UTC) |
Dependencies (15)
- python (python37AUR, python311AUR, python310AUR)
- python-configargparse (python-configargparse-gitAUR)
- rbw (rbw-gitAUR, rbw-client-header-fixAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-pip (make)
- dotoolAUR (dotool-gitAUR) (optional) – for autofill on X11 and Wayland
- libnotify (libnotify-gitAUR) (optional) – for totp copy notifications
- rofi (rofi-lbonn-wayland-only-gitAUR, rofi-lbonn-wayland-gitAUR, rofi-gitAUR, rofi-wayland) (optional) – rofi frontend
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (optional) – for copying passwords to clipboard on Wayland
- wofi (wofi-hgAUR) (optional) – wofi frontend
- wtype (wtype-gitAUR) (optional) – for autofill on Wayland
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – for copying passwords to clipboard on X11
- xdotool (xdotool-gitAUR) (optional) – for autofill on X11
- xsel (xsel-gitAUR, wl-clipboard-x11AUR) (optional) – for copying passwords to clipboard on X11
- ydotool (ydotool-gitAUR) (optional) – for autofill on Wayland
Latest Comments
merdely commented on 2024-12-28 15:30 (UTC)
Thank you so much!
MaxWoahverdrive commented on 2024-12-28 14:47 (UTC)
I've updated the optdepends to reflect the new dependency on libnotify's notify-send and bumped the pkgver along with that change
merdely commented on 2024-12-28 13:51 (UTC)
There is a new feature that rofi-rbw uses notify-send to alert the user that the TOTP has been copied to the clipboard that is not in the version in the AUR
MaxWoahverdrive commented on 2024-12-24 08:43 (UTC)
@merdely VCS packages like this -git package do not need to be updated on the AUR for mere pkgver increments. (see https://wiki.archlinux.org/title/AUR_submission_guidelines#Publishing_new_package_content)
merdely commented on 2024-12-23 19:35 (UTC) (edited on 2024-12-23 19:36 (UTC) by merdely)
You could update to a more recent version from git:
Thanks
MaxWoahverdrive commented on 2023-09-30 11:01 (UTC)
Permission errors during install caused by having the non -git variant installed should be fixed
MaxWoahverdrive commented on 2023-09-28 10:06 (UTC)
I am aware of the permission issue when installing while rofi-rbw is still installed. the pip install to the staging directory attempts to remove the existing install when it shouldn't, since the conflict will be handled by the package manager. I'll look into a fix when I'm home on saturday