casouri / xeft

Fast, interactive Emacs note searching
92 stars 8 forks source link

support sort per time and display time per result #38

Open pedro-nonfree opened 2 weeks ago

pedro-nonfree commented 2 weeks ago

deft and notdeft sort by time, but not xeft. It probably takes the date from the file

right now, I might get as first results old files, and I can show an example:

image

casouri commented 16 hours ago

Ah, good idea. I added sorting by last access time. Just note that results are sorted by number of search phrase matches in the tile, then last access time. (https://github.com/casouri/xeft/blob/master/xeft.el#L678)