fixing rofi-rbw sorting

This commit is contained in:
Chris Cochrun 2025-08-26 10:22:24 -05:00
parent d2938b8004
commit 7a1f2a50b4
9 changed files with 1 additions and 476 deletions

View file

@ -23,7 +23,7 @@ list_passwords() {
passwords=$(rbw list)
SECRET=$(list_passwords | rofi -sync -i -dmenu -p "" )
SECRET=$(list_passwords | rofi -sync -i -dmenu -sort -p "" )
# Ask whether pass, user or both are required