eepp / jome

An emoji picker desktop application
MIT License
39 stars 3 forks source link

Optionally sort emojis by most recently used when searching #12

Open eepp opened 3 years ago

eepp commented 3 years ago

When I search using some keyword(s), I generally want the same emoji as the last time I searched the same keyword(s).

I suggest adding a command-line option to enable a new mode where, when you search, the results are sorted by most recently used (selected).

For this, jome needs to assign a most recently used index to each emoji and keep it.