Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Icons For Websites #228

Open
BenMac31 opened this issue Apr 2, 2023 · 1 comment
Open

Add Icons For Websites #228

BenMac31 opened this issue Apr 2, 2023 · 1 comment

Comments

@BenMac31
Copy link

BenMac31 commented Apr 2, 2023

I have made a simple mockup based on passmenu before learning about this script that allows for me to have icons in rofi based on the url.
Example of what it can look like:
Untitled

Link to repo with an example:
https://github.com/benmac31/rofi-pass-icons

Would this be a feature that a PR would be accepted for (assuming I made it more polished and make it work with more file organization formats.)

@carnager
Copy link
Owner

carnager commented Feb 13, 2024

i am not sure if i like the implementation, since it's fragile. What if the name of the gpg file changes? What if users dont want to include the urls in their filenames? And if there is a way to make this work without: why are the icons not encrypted? (it's possible to guess the pages based on their icons in many cases)

This should be handled differently. rofi-pass should have a way to download an icon when opening the entry, based on the url set in the password entry itself, store it and encrypt it using the same gpg key used for the vault. Then, when running rofi-pass decrypt the icons and display them.

This would solve some of the privacy issues, but also add a lot of overhead esp. when dealing with lots of entries. And it gets even more messy when multiple gpg keys are used.

I am open for this idea, since it can be useful to identify entries in your vault. But it's not an easy task to implement the way that pass itself works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants