Post #1574602
2022-11-03 10:12 UTC
Anyone using rofi-pass? I'm having trouble with passwords containing "^". Seems like rofi-pass is treating the "^" as escape character for special chars (like ^W). Before I file a bug report I wanted to check if this may be due to other circumstances (like system settings).
#plsboost
Replies (1)
-
@cyriax@chaos.social 2022-12-09 11:18
@psy@social.troll.academy Today I learned about rofi-pass. And here I was using `pass -c $(find $HOME/.password-store -type f|grep -v /.git/|sed "s/.gpg$//;s#^$HOME/.password-store/##"|sort|rofi -dmenu)` like some kind of savage. Don't have any problems with passwords containing ^ though.