carnager / rofi-pass

rofi frontend for pass
GNU General Public License v3.0
697 stars 122 forks source link

Sort pass entries by frequency of use #107

Open ghost opened 6 years ago

ghost commented 6 years ago

Is that something possible instead of the alphabetical order ? I would find it more convenient.

carnager commented 6 years ago

In future maybe, since rofi might get a history for dmenu mode

ghost commented 6 years ago

Oh I see, that's true that I have history for drun mode, thought it was the same for all the modes

moviuro commented 6 years ago

This might leak some precious metadata, such as "which passwords is my victim using most"? -- though it might not be a real issue, it should be written in the documentation.

anarcat commented 5 years ago

Oh I see, that's true that I have history for drun mode, thought it was the same for all the modes

@anhtuann how did you make that work, actually? I'd love to see that...

ghost commented 5 years ago

@anarcat It is by default

From rofi's README.md

Favorites list, with frequently used programs sorted on top

anarcat commented 5 years ago

from what i can tell, it doesn't work in dmenu mode - but maybe i missed something?